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
Trying to crop a 5Mb jpeg image leads to 10 secs. cropping process and the resulting file size if about 50Mb.
If I crom a small jpeg image (about 80Kb) then the process is fast but still have large output (about 1.7Mb).
It seems like the the library firs makes a raw bitmap then crops it and again returns an uncompressed bitmap.
Would be great if output file is compessed with the same format and quality as the input image.
And for sure cropping process itself should be speed up.
The text was updated successfully, but these errors were encountered:
I also encountered this issue. The first one to use this library was the original file size of 451.41kb, but after completing the task, it was 1.3mb, which is obviously unreasonable. By the way, its size is also larger than the original file
Our focus currently is on the customisability and getting images the same size. Feel free to look into speeding it up and creating a PR 🙂. I myself have no experience in optimising/compessing images 😬.
Trying to crop a 5Mb jpeg image leads to 10 secs. cropping process and the resulting file size if about 50Mb.
If I crom a small jpeg image (about 80Kb) then the process is fast but still have large output (about 1.7Mb).
It seems like the the library firs makes a raw bitmap then crops it and again returns an uncompressed bitmap.
Would be great if output file is compessed with the same format and quality as the input image.
And for sure cropping process itself should be speed up.
The text was updated successfully, but these errors were encountered: