Skip to content
/ png2raw Public

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

License

Notifications You must be signed in to change notification settings

hugopl/png2raw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks