Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (993) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4332
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Png2c | Description: | Convert PNG images into C source | Download: | png2c.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 61kb | Version: | 1.1 | Date: | 18 Apr 2007 | Author: | David Gerber, AmigaOS 4.0 port by Spot / Up Rough | Submitter: | Spot / Up Rough | Email: | spot/triad se | Category: | development/utility | License: | Other | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 2719 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 282 (Current version) | | 282 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
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
|