How to remove the limit on image resizing #404
-
There appears to be a limit to where images can be resized with drag and drop. Is there any way to remove this limit so that the image can be resized as small as possible? In the example below I used a sticker from the sample app, but the same behavior happens with any image. Thanks for the library, by the way. I'm using it in an app I made recently. (can be checked here) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Thanks for creating this discussion. Yes, currently it's not supported. We might need to work ScaleGestureDetector. Any PR is welcome. |
Beta Was this translation helpful? Give feedback.
-
Also, I am keeping the list in README for the app that is using PhotoEditor. https://github.com/burhanrashid52/PhotoEditor#who-is-using-photoeditor |
Beta Was this translation helpful? Give feedback.
-
As a workaround, I've added a fixed size of 100 dp in the ImageView's width and height, so the image is already inserted with a minimal size and resizable without much limitation. |
Beta Was this translation helpful? Give feedback.
Thanks for creating this discussion. Yes, currently it's not supported. We might need to work ScaleGestureDetector. Any PR is welcome.