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

Native C image editing for Flutter. Blur, sepia, saturation, brightness, contrast, sharpen, grayscale with region-based effects via FFI.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2026-03-13 #

Added #

  • High-quality bicubic image resizing via flutter_bicubic_resize
    • resize / resizeAsync with configurable filter, edge mode, crop
    • Re-exported resize enums: BicubicFilter, EdgeMode, CropAnchor, CropAspectRatio
  • Radial region effects (RadialRegion) — apply filters to circular areas

Changed #

  • Promoted to stable 1.0.0 release

0.1.0 - 2025-01-01 #

Added #

  • Initial release with 7 image filters:
    • blur — Box blur with Gaussian approximation (3 passes)
    • sepia — Sepia tone with adjustable intensity
    • saturation — Color saturation adjustment
    • brightness — Brightness adjustment
    • contrast — Contrast adjustment
    • sharpen — Unsharp mask sharpening
    • grayscale — Luminance-based grayscale conversion
  • Region-based effects (apply filter to specific areas of the image)
  • Sync and async (Isolate) variants for every filter
  • JPEG and PNG support with automatic format detection
  • Native C implementation via FFI for maximum performance
  • iOS and Android platform support
0
likes
150
points
--
downloads

Documentation

API reference

Publisher

verified publisherravenlab.tech

Native C image editing for Flutter. Blur, sepia, saturation, brightness, contrast, sharpen, grayscale with region-based effects via FFI.

Repository (GitHub)
View/report issues

Topics

#image #image-processing #image-editor #filter #blur

License

MIT (license)

Dependencies

ffi, flutter, flutter_bicubic_resize

More

Packages that depend on fast_image_editor

Packages that implement fast_image_editor