Replies: 1 comment 1 reply
-
This library does not use any third-party dependencies when processing images, and only uses native methods provided by iOS/android. Compared with many other excellent third-party image processing libraries, it is not good enough, it is only available and faster than some native implementations using dart. I know that c language libraries such as libvips are excellent, but unfortunately libvips does not provide native libraries for android and iOS. If you have extreme requirements for performance, you can try opencv or find a ffi image library that provides dart bindings. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Content
Is there any trick or how to use this plugin properly when dealing with large image?
I think it is too slow, like when just do a rotation, on a large image.
It pause a while, around 3-5 sec, to do a just rotation.
So any tips? below is my code snippet
Beta Was this translation helpful? Give feedback.
All reactions