Short:        Convert PNG images into C source
Author:       Convert PNG images into C source
Uploader:     Varthall / Up Rough <varti02 hotpop com>
Type:         dev/c
Version:      1.1
Architecture: ppc-amigaos >= 4.0.5

png2c is a small tool that converts a PNG file to
a C source.

Formats currently supported:
- 32-bit (output: ARGB)
- 24-bit

Compiled and tested under unix and MorphOS
(http://www.morphos.net/)

--
David Gerber <zapek()meanmachine.ch>


history:
--------

1.1:
----
- now tells RGBA instead of ARGB within the output. PNGs are always stored in
  RGBA. png2c will convert to ARGB though
- added RGB support
- changed to use defines for width/height/depth instead of constants