bitmap
bitmap copied to clipboard
A Flutter package for manipulating bitmaps
I want to make my image processing software run the main processing method in a compute(). Problem is, the resize() method in your library is async-only, and that trickles down...
Hi, I'm having real difficulty getting this package working on linux. I'm getting the following error: ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for...
I'm trying to use images package but the performance is worst. Hope you makes the "image manipulation" cross-platform package
I'm getting this exception when running the app after applying Bitmap package ; Invalid argument(s): Failed to load dynamic library (dlopen failed: library "libbitmap.so" not found) Any idea why and...
Hi, your plugin only works with RGBA32 format. Any solution for YUV420 format? thanks
I want to make a gridview that depicts all the recent pictures like in instagram's or messenger's chat, but I can't make it smooth. Do you have any idea? I...
Hey guys, and author of this package. I was wondering that if there is a library for turning an image to grayscale and doing a threshold operation in flutter? I...
Hey fellow unicamper! I would love to see this working on web too! Tks
Suggestion: add compositeImage() function. I'm currently using the Image package and the compositeImage() function. Unfortunately this function is very slow, I am submitting a suggestion to your package: please add...