# Supported Formats

| Format | Extensions       | Read | Write | Notes                         |
| ------ | ---------------- | ---- | ----- | ----------------------------- |
| JPEG   | `.jpg`, `.jpeg`  | ✓    | ✓     | Full metadata preservation    |
| PNG    | `.png`           | ✓    | ✓     | Lossless compression          |
| TIFF   | `.tiff`, `.tif`  | ✓    | ✓     | Full metadata preservation    |
| WebP   | `.webp`          | ✓    | ✓     | Modern web format             |
| BMP    | `.bmp`           | ✓    | ✓     | Basic bitmap format           |
| HEIF   | `.heif`, `.heic` | ✓    | ✓     | ✅ Now supports saving too     |
| AVIF   | `.avif`          | ✓    | ✓     | ✅ Requires pillow-heif        |
| RAW    | `.raw`           | ✓    | ✗     | Camera raw format (read only) |
| SVG    | `.svg`           | ✓    | ✗     | Vector format (read only)     |
