image_pixels_plus 1.0.0 copy "image_pixels_plus: ^1.0.0" to clipboard
image_pixels_plus: ^1.0.0 copied to clipboard

Read the width/height and the color of any pixel of an image — raster or SVG. A modern, Flutter-web-compatible fork of image_pixels.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_pixels_plus

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  image_pixels_plus: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:image_pixels_plus/image_pixels_plus.dart';
3
likes
160
points
66
downloads
screenshot

Documentation

API reference

Publisher

verified publisheresentis.dev

Weekly Downloads

Read the width/height and the color of any pixel of an image — raster or SVG. A modern, Flutter-web-compatible fork of image_pixels.

Repository (GitHub)
View/report issues

Topics

#image #image-processing #image-pixels #image-colors #widget

License

MIT (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on image_pixels_plus