bitmap 0.0.2 bitmap: ^0.0.2 copied to clipboard
A minimalist package to help you manipulate bitmaps. It is focused on bitmap transformations.
Flutter Bitmap #
A minimalist package to help you manipulate bitmaps. It is focused on bitmap transformations.
The package standard format is ARGB32.
For now, things like format encoding, exif and multi-frame images are not the concern of this package.
For a full features image lib, check image
.
Supported operations #
- flip vertical
- flip horizontal
- resize (nearest interpolation)