gifsicle 1.0.1
gifsicle: ^1.0.1 copied to clipboard
dart:io process wrapper for local or Docker-backed gifsicle workflows.
1.0.0 #
- Initial release of the Dart
gifsicleprocess wrapper. - Added
Gifsicle.isSupported()andGifsicleClient.isSupported()for install checks. - Added raw
run()andstart()process APIs for custom gifsicle workflows. - Added parsed metadata APIs for version, size, frame count, loop count, frame
delays, and raw
--infooutput. - Added GIF processing APIs for optimize/resize, frame deletion, lossy compression, animation delay, loop count, color reduction, merge, explode, and frame extraction.
- Added macOS, Linux, and Docker installation guidance plus local and Docker-backed usage examples in the README.
- Added executable-backed integration tests for support detection, metadata, optimize options, merge, explode, extraction, and validation errors.