Ross ROSS = Recommend OSS · open-source software intelligence for agents

lvandeve/lodepng

PNG encoder and decoder in C and C++. observed · 2026-08-28

github.com/lvandeve/lodepng · C++ · Zlib (permissive) observed · 2026-08-28

Health v2 · maintenance only

70/100

  • Activity 84
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4393
  • days_rel: n/a
  • days_push: 97
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2340 stars · 460 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

LodePNG is a standalone PNG encoder and decoder written in C and C++ with no external dependencies, distributed as just two source files. It supports ANSI C (C89) as well as C++ with a convenience API, and is designed to be dropped directly into a project's source tree.

Use cases

  • encode PNG images from raw pixel data in C or C++
  • decode PNG files to raw pixel buffers without external libraries
  • add PNG read/write support to a game or graphics engine
  • convert images to and from PNG format in a portable tool
  • embed PNG support in an embedded or dependency-free project

When to choose

  • you need PNG support in C or C++ without pulling in libpng or other dependencies
  • you want a simple two-file library you can vendor directly into your build
  • you need both C89 and C++ APIs for the same functionality
  • portability across compilers and platforms is a priority

When to avoid

  • you need broad image format support beyond PNG (JPEG, WebP, etc.)
  • you want hardware-accelerated or SIMD-optimized decoding for maximum throughput
  • your project already depends on libpng or a larger multimedia framework
  • you need advanced PNG features like APNG animation or extensive metadata handling

Facets

library · maturity stable

image-processing serialization image-processing graphics files cpp c cross-platform png encoder decoder header-only-style no-dependencies zlib-license

1 source

Member repositories

RepositoryRoleHealth v2
lvandeve/lodepngmain70

For agents

markdown · JSON · MCP: product_card(name="lvandeve/lodepng")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem