bitmap icon indicating copy to clipboard operation
bitmap copied to clipboard

A Flutter package for manipulating bitmaps

Results 9 bitmap issues
Sort by recently updated
recently updated
newest added

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...

question

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...

bug

I'm trying to use images package but the performance is worst. Hope you makes the "image manipulation" cross-platform package

enhancement

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...

bug

Hi, your plugin only works with RGBA32 format. Any solution for YUV420 format? thanks

wontfix

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...

question

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...

enhancement

Hey fellow unicamper! I would love to see this working on web too! Tks

enhancement

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...

enhancement