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.
- Host: GitHub
- URL: https://github.com/hugopl/png2raw
- Owner: hugopl
- License: mit
- Created: 2013-04-12T19:19:04.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T22:49:57.000Z (over 5 years ago)
- Last Synced: 2025-02-05T21:41:44.554Z (3 months ago)
- Topics: png, rgba-data, texture
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```