Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PNGLite

PNGLite is a simple, lightweight C library for decoding PNG images with no dependencies. It's designed for simplicity and ease of integration.

Features

  • Loads 8-bit paletted PNGs (indexed colour)
  • Loads all other standard PNG types (greyscale, truecolour, alpha variants)
  • No dependencies
  • Easy to integrate and build

Building from source

Requirements

  • A C compiler supporting the C99 standard or later (for example, gcc or clang)
  • CMake (get it at CMake)

Compile with:

cmake ..
make

Building as a shared library:

cmake -DBUILD_SHARED_LIBS=ON ..
make

About

A lightweight no dependency library for loading PNGs

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages