Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,15 @@ over Discord/Matrix.
| 2D Fast Fourier Transform | Planned | 2.0 | |
| Load Dotto format | Planned | 0.5 | |
| Load PNG, BMP, GIF, JPEG | OK | 0.5 | Using `libpng` and `SDL2_image` |
| Load JXL | Planned | 0.5 | |
| Load LBM, PCX, PNM, SVG | OK | 0.5 | Using `SDL2_image` |
| Load TGA, TIFF, WEBP, XCF | OK | 0.5 | Using `SDL2_image` |
| Load XPM, XV | OK | 0.5 | Using `SDL2_image` |
| Load QOI | OK | 0.5 | Using `qoi.h` |
| Save QOI | OK | 0.5 | Using `qoi.h` |
| Save PNG | OK | 0.5 | Using `libpng` |
| Save JPEG | OK | 0.5 | Using `SDL2_image` |
| Save JXL | Planned | 0.5 | |
| Save Dotto format | Planned | 0.5 | |
| Palette editor | Planned | 0.5 | |
| Online Palette browser | Planned | 1.0 | |
Expand Down