Popularity
3.5
Growing
Activity
0.0
Declining
252
16
62

Code Quality Rank: L1
Programming language: C
Tags: Compression     BSD License     JPEG     Public Domain    

tiny_jpeg.h alternatives and similar libraries

Based on the "Compression" category.
Alternatively, view tiny_jpeg.h alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of tiny_jpeg.h or a related project?

Add another 'Compression' Library

README

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