iimage 0.0.4 iimage: ^0.0.4 copied to clipboard
iimage is a toolkit for image processing in Flutter development, which includes a variety of multi-image processing functions and some convenient methods.
0.0.1 #
iimage is Flutter's library for image processing. It contains comprehensive functions and is easy to use; currently, the library is in the enrichment stage. Welcome everyone to like, follow and like.
This new function:
- Image up and down or left and right mirror function.
- Image pixel Uint32List collection of mirror functions.
0.0.2 #
Add function method:
- Rotate image pixel collection to generate image.
- Image Rotation Regenerates Image.
- Image pixels are combined and rotated to generate a new set of pixels.
0.0.3 #
Add function method:
- Image decolorization, Provides two color removal methods: Grayscale and Average.
- Objects of pixel collections in RGBA format are converted directly to Color.
- Color color is directly converted to image pixel value in RGBA format.
- Integer collection directly converted to image pixel values in RGBA format.
0.0.4 #
Add function method:
- Added image inversion processing.