You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The composable function that I am trying to take a screen shot of is a screen with a long height that is scrollable. I have noticed that no matter what composable function I pass to your library's "captureToImage" function on jvm desktop, it will output an ImageBitmap with height : 768 and width: 1024. So in my case, to ImageBitmap lacks 70 percent of the composable height because it doesn't fit in 768 pixels! Is there any way we can change this? I mean, is it configurable in this version of your library? and if it's not, please guide me to the changes I can make to the source code to make this happen. thanks in advance!
The text was updated successfully, but these errors were encountered:
I just checked and there is a similar problem in android. I get very weird and huge bitmap height and width passing my composables, things like 840 * 15000, 665 * 15000 , 15000 * 15000 ( Idk why it insists on 15000!). it also doesn't preserve the aspect ratio
The composable function that I am trying to take a screen shot of is a screen with a long height that is scrollable. I have noticed that no matter what composable function I pass to your library's "captureToImage" function on jvm desktop, it will output an ImageBitmap with height : 768 and width: 1024. So in my case, to ImageBitmap lacks 70 percent of the composable height because it doesn't fit in 768 pixels! Is there any way we can change this? I mean, is it configurable in this version of your library? and if it's not, please guide me to the changes I can make to the source code to make this happen. thanks in advance!
The text was updated successfully, but these errors were encountered: