Alex Frei
Alex Frei
Okay, that's interesting information. I also played around with your code example and edited it a bit for some tests. I can now say that the part that makes the...
@timekone Thank you for your kind words. I'm glad you like my package. Resolving this issue is now a top priority for me. However, I'm currently very busy with other...
Hey guys, I ran some tests and I found that the main issue was with cropping content outside the image area, which happens by default due to the `captureOnlyDrawingBounds` flag....
Hi @saif-ellafi, The issue here was that image quality gets worse each time you edit and save an image. Even if the resolution stays the same, the quality drops a...
By default, the editor will still save even if no changes were made when either: 1. The `outputFormat` in the configuration differs from the input image format. 2. The image...
> Thanks [@hm21](https://github.com/hm21) will take a look again into all this soon, I was wondering, what I noticed is that when I load an image with _some_ history (any), then...
I just tried your code, but I can't reproduce it. I used many different image ratios, but in my case it always works. Actually, it should not matter what kind...
Thank you for this information, that's good to know and help me to fix it. Can you also answer me the questions below that will help me to fix it....
Okay, got it. When you `print` the parameter `screenshotHistoryPosition ` and `screenshotHistory.length` [here](https://github.com/hm21/pro_image_editor/blob/155d1fe4ca084c4bf4ac7c303febd32d99d008a4/lib/modules/crop_rotate_editor/crop_rotate_editor.dart#L690-L694) which values does it show you?
Ah okay, that's interesting, something seems to fail in the background generation that the state `broken` is true. Actually, in this case the editor should re-capture an image when you...