ffi_jpeg_encode 0.0.1 copy "ffi_jpeg_encode: ^0.0.1" to clipboard
ffi_jpeg_encode: ^0.0.1 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_encode

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

dependencies:
  ffi_jpeg_encode: ^0.0.1

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:ffi_jpeg_encode/ffi_jpeg_encode.dart';
0
likes
145
points
210
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Fast JPEG encoding via FFI with SIMD optimizations for Android and iOS.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

ffi, flutter

More

Packages that depend on ffi_jpeg_encode

Packages that implement ffi_jpeg_encode