A standalone, portable generic Ada package for decoding images
The Generic Image Decoder is a package for decoding a broad variety of image formats, from any data stream, to any kind of medium. Unconditionally portable code: OS-, CPU-, compiler- independent code.
More information on... http://gen-img-dec.sf.net
Alire crate: https://alire.ada.dev/crates/gid
Mirror: https://github.com/zertovitch/gid
Jpegant is a compact JPEG encoder for embedded applications.
It is intended to be executed on small microcontrollers or microprocessors. High speed and small memory usage is its main concern. It implements a subset of JPEG standard.
Now the code contains JPEGdecoder so if you decided to use nonstandard transform or entropy coding in encoder you still will be able to decode bitstream (provided that you keep the decoder in sync of course).
...