Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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