blob: ef0af93f07e7fbcdf944578f42d1b01ebd218ebb [file] [log] [blame] [view]
# Roadmap
Short term:
- [Image decode API for color spaces and gamma
correction.](https://github.com/google/wuffs/issues/39)
- [Image decode API for Region of
Interest.](https://github.com/google/wuffs/issues/40)
- [Decode APNG.](https://github.com/google/wuffs/issues/41)
- [Decode JPEG.](https://github.com/google/wuffs/issues/42)
- [Decode LZ4.](https://github.com/google/wuffs/issues/43)
- [Decode RAC.](https://github.com/google/wuffs/issues/22)
- [Decode Zstandard.](https://github.com/google/wuffs/issues/44)
Medium term:
- Decode ICO.
- Decode TIFF.
- Decode WEBP/Lossless.
- Decode WEBP/Lossy.
- Decode Zip.
- Encode Deflate.
- Encode JPEG.
- Encode NIE.
- Encode PNG.
Long term:
- Decode FLAC.
- Decode MP3.
- Decode SVG.
- Decode TTF.
- Decode XML.
- Encode WEBP/Lossless.
- Encode WEBP/Lossy.
- Generate Go code.
- Generate Rust code.
- Ship a version 1.0: stabilize the language and the library.
- Write a language spec.
---
Updated on March 2021.