SkillAgentSearch skills...

TinyJPEG

Single header lib for JPEG encoding. Public domain. C99. stb style.

Install / Use

/learn @serge-rgb/TinyJPEG
About this skill

Quality Score

0/100

Supported Platforms

Universal

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

Related Skills

View on GitHub
GitHub Stars304
CategoryDevelopment
Updated1mo ago
Forks69

Languages

C

Security Score

80/100

Audited on Feb 26, 2026

No findings