Popularity
3.4
Growing
Activity
0.0
-
224
17
55
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
Write Clean C++ Code. Always.
Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
Promo
www.sonarsource.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