image_format_converter 0.0.3
image_format_converter: ^0.0.3 copied to clipboard
A pure Dart package that automatically intercepts and converts unsupported image formats (like JPEG) into standardized PNG files for strict upload requirements.
0.0.3 #
- Updated README documentation to reflect the latest version requirements and point to the new example folder.
0.0.2 #
- Added a dedicated
examplefolder with a runnableexample.dartscript to improve package documentation and earn maximum pub points.
0.0.1 #
- Initial release.
- Added
convertToPngmethod to safely format various image byte arrays into PNGs. - Added
convertToJpegmethod to safely format various image byte arrays into JPEGs with quality control. - Added comprehensive unit and file-based testing.