All Projects → serge-rgb → Tinyjpeg

serge-rgb / Tinyjpeg

Single header lib for JPEG encoding. Public domain. C99. stb style.

Programming Languages

c
50402 projects - #5 most used programming language

tiny_jpeg.h

A header-only public domain implementation of Baseline JPEG compression.

Features:

  • stb-style header only library.
  • Does not do dynamic allocations
  • Simple API:
    • 2 API calls.
    • 3-value compression quality: 3 (best quality), 2 (Very good), 1 (Noticeable artifacts, best compression)
  • Public domain
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].