doc: README

This commit is contained in:
Koji Wakamiya 2025-12-08 21:40:11 +09:00
parent 00cd015df3
commit 7507c2ff9b
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# platform_image_converter
A high-performance Flutter plugin for cross-platform image format conversion using native APIs.
A high-performance Flutter plugin for cross-platform image format conversion using native APIs on iOS, macOS, Android, and Web.
## Features
@ -58,6 +58,7 @@ final pngData = await ImageConverter.convert(
### Input Formats
- **iOS/macOS**: JPEG, PNG, HEIC, WebP, BMP, GIF, TIFF, and more
- **Android**: JPEG, PNG, WebP, GIF, BMP, HEIC (via BitmapFactory)
- **Web**: JPEG, PNG, WebP, GIF, BMP (via Canvas API)
### Output Formats
The supported output formats are defined by the `OutputFormat` enum, with platform-specific limitations: