This website works better with JavaScript
Home
Explore
Help
Sign In
RT-Thread-packages
/
TinyJPEG
mirror of
https://github-proxy.rt-thread.io/RT-Thread-packages/TinyJPEG.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
No Description
43
Commits
1
Branches
2
Releases
Tree:
v1.0.0
Branches
Tags
master
v1.0.0
v0.1
TinyJPEG
HTTP
SSH
ZIP
TAR.GZ
yuanjie
461657eccf
[add] add SConscript structure.
4 years ago
README.md
ba2b5eef75
Add readme
10 years ago
SConscript
461657eccf
[add] add SConscript structure.
4 years ago
tiny_jpeg.h
56b6635a23
style changes
10 years ago
README.md
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