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

https://github.com/hugopl/png2raw

Simple util to read a png file and output raw RGBA data.
https://github.com/hugopl/png2raw

png rgba-data texture

Last synced: about 1 month ago
JSON representation

Simple util to read a png file and output raw RGBA data.

Awesome Lists containing this project

README

        

# png2raw

Simple util to read a png file and output raw RGBA data.

I wrote this in a distant past when I needed the RGBA data from a PNG file for some OpenGL experiment at the time.

# Installation

You need libpng developer packages installed on your system.

```
$ make
$ sudo make install
```