This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
RT-Thread-packages
/
TinyJPEG
zrcadlo
https://github-proxy.rt-thread.io/RT-Thread-packages/TinyJPEG.git
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Wiki
Bez popisu
44
Revize
1
Větve
2
Vydání
Větev:
master
Větve
Značky
master
v1.0.0
v0.1
TinyJPEG
HTTP
SSH
ZIP
TAR.GZ
yuanjie
721534fa49
[modify] use static method on large arrays to lower stack size requirement.
před 4 roky
README.md
ba2b5eef75
Add readme
před 10 roky
SConscript
461657eccf
[add] add SConscript structure.
před 4 roky
tiny_jpeg.h
721534fa49
[modify] use static method on large arrays to lower stack size requirement.
před 4 roky
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