pic 2.1.41 copy "pic: ^2.1.41" to clipboard
pic: ^2.1.41 copied to clipboard

Provides server and web apps the ability to load, manipulate, and save images with various image file formats including PNG, JPEG, GIF, WebP, TIFF, TGA, PSD, PVR, and OpenEXR, all while not messing up [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pic

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

dependencies:
  pic: ^2.1.41

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

Import it

Now in your Dart code, you can use:

import 'package:pic/pic.dart';
2
likes
5
pub points
0%
popularity

Publisher

unverified uploader

Provides server and web apps the ability to load, manipulate, and save images with various image file formats including PNG, JPEG, GIF, WebP, TIFF, TGA, PSD, PVR, and OpenEXR, all while not messing up material library's Image and Color classes.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

archive, xml

More

Packages that depend on pic