libvips_ffi_api 0.1.2+8.16.0
libvips_ffi_api: ^0.1.2+8.16.0 copied to clipboard
High-level Dart API for libvips image processing library. Provides Pipeline-style chainable operations.
Changelog #
0.1.2+8.16.0 #
- Add
JoinPipelineSpecfor joining multiple images- Support vertical and horizontal join directions
- Support input from file paths or buffer data
JoinInput,JoinInputPath,JoinInputBufferinput classes
0.1.1+8.16.0 #
- Fix
VipsImg.fromBuffermemory management for libvips lazy evaluation- Native buffer is now kept alive until
dispose()is called - Prevents "IDAT stream error" when using images created from buffer
- Native buffer is now kept alive until
0.1.0+8.16.0 #
- Initial release
- VipsPipeline chainable API
- Core operations: resample, convolution, colour, conversion, composite, foreign, create