Skip to content

A program that converts PNG images into a texture format compatible with the N64 development tools.

License

Notifications You must be signed in to change notification settings

selfVSmind/png2c

Repository files navigation

png2c

A very straightforward CLI tool to convert images to libultra compatible texure header files.

GNU Compiler Supported

To build the project type:

$ make

To test it out with a full screen PNG (320x240):

$ ./png2c full_screen_image.png -f

To convert any standard texture:

$ ./png2c my_texture.png

Dependencies

CImg did not support transparency. The current version dropped CImg in favor of libPNG

About

A program that converts PNG images into a texture format compatible with the N64 development tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published