Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serge-rgb/tinyjpeg
Single header lib for JPEG encoding. Public domain. C99. stb style.
https://github.com/serge-rgb/tinyjpeg
Last synced: 2 days ago
JSON representation
Single header lib for JPEG encoding. Public domain. C99. stb style.
- Host: GitHub
- URL: https://github.com/serge-rgb/tinyjpeg
- Owner: serge-rgb
- Created: 2015-08-13T03:42:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T14:07:10.000Z (over 1 year ago)
- Last Synced: 2024-07-31T22:56:13.086Z (5 months ago)
- Language: C
- Size: 92.8 KB
- Stars: 259
- Watchers: 16
- Forks: 61
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this 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