jpegant


Embedded JPEG encoder

Jpegant is a compact JPEG encoder for embedded applications.

ATTENTION! the project has moved to Sourceforge.net

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 JPEG decoder 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).

Old release 1.0 source code and Windows executables are on the download page. For the latest release code look into the repository.

The SSE2 inplementation is present in 'simd' branch in the repository.

Project Information

The project was created on Oct 22, 2011.

Labels:
JPEG DCT C Compression Embedded