ffi_jpeg_encode 1.0.0
ffi_jpeg_encode: ^1.0.0 copied to clipboard
Fast JPEG encoding via FFI with SIMD optimizations for Android and iOS.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ffi_jpeg_encodeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ffi_jpeg_encode: ^1.0.0Alternatively, 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:ffi_jpeg_encode/ffi_jpeg_encode.dart';