slim_pixels 0.1.2 copy "slim_pixels: ^0.1.2" to clipboard
slim_pixels: ^0.1.2 copied to clipboard

Bounded native image transforms with SIMD resize and validated JPEG encoding.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add slim_pixels

With Flutter:

 $ flutter pub add slim_pixels

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

dependencies:
  slim_pixels: ^0.1.2

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

Import it

Now in your Dart code, you can use:

import 'package:slim_pixels/slim_pixels.dart';
0
likes
155
points
--
downloads

Documentation

API reference

Publisher

verified publisherbrodykim.work

Bounded native image transforms with SIMD resize and validated JPEG encoding.

Repository (GitHub)
View/report issues
Contributing

Topics

#image-processing #image-resizing #simd #ffi #rust

License

MIT (license)

Dependencies

code_assets, crypto, ffi, hooks

More

Packages that depend on slim_pixels