Popularity
3.1
Growing
Activity
0.0
Stable
171
14
46
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.
-
ZLib
A massively spiffy yet delicately unobtrusive compression library. -
Minizip
Fork of the popular zip manipulation library found in the zlib distribution. -
zlib-ng
zlib replacement with optimizations for "next generation" systems. -
FiniteStateEntropy
New generation entropy codecs : Finite State Entropy and Huff0 -
LZHAM
Lossless data compression codec with LZMA-like ratios but 1.5x-8x faster decompression speed, C/C++ -
miniz
Single C source file Deflate/Inflate compression library with zlib-compatible API, ZIP archive reading/writing, PNG writing. [Unlicense] -
KArchive
Qt 5 addon providing access to numerous types of archives
Less time debugging, more time building
Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
Promo
scoutapm.com
* 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