Popularity
3.5
Growing
Activity
0.0
Stable
268
16
63
Code Quality Rank:
L1
Programming language: C
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.
-
LZHAM
Lossless data compression codec with LZMA-like ratios but 1.5x-8x faster decompression speed, C/C++ -
LZAV
Fast In-Memory Data Compression Algorithm (inline C/C++) 460+MB/s compress, 2800+MB/s decompress, ratio% better than LZ4, Snappy, and Zstd@-1 -
miniz
Single C source file Deflate/Inflate compression library with zlib-compatible API, ZIP archive reading/writing, PNG writing. [Unlicense]
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of tiny_jpeg.h or a related project?
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