# Roadmap Short term: - [Image decode API for Region of Interest.](https://github.com/google/wuffs/issues/40) - [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 October 2022.