doc: README
This commit is contained in:
parent
00cd015df3
commit
7507c2ff9b
|
|
@ -1,6 +1,6 @@
|
||||||
# platform_image_converter
|
# 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
|
## Features
|
||||||
|
|
||||||
|
|
@ -58,6 +58,7 @@ final pngData = await ImageConverter.convert(
|
||||||
### Input Formats
|
### Input Formats
|
||||||
- **iOS/macOS**: JPEG, PNG, HEIC, WebP, BMP, GIF, TIFF, and more
|
- **iOS/macOS**: JPEG, PNG, HEIC, WebP, BMP, GIF, TIFF, and more
|
||||||
- **Android**: JPEG, PNG, WebP, GIF, BMP, HEIC (via BitmapFactory)
|
- **Android**: JPEG, PNG, WebP, GIF, BMP, HEIC (via BitmapFactory)
|
||||||
|
- **Web**: JPEG, PNG, WebP, GIF, BMP (via Canvas API)
|
||||||
|
|
||||||
### Output Formats
|
### Output Formats
|
||||||
The supported output formats are defined by the `OutputFormat` enum, with platform-specific limitations:
|
The supported output formats are defined by the `OutputFormat` enum, with platform-specific limitations:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue