Audio (102) Datatype (15) Demo (56) Development (248) Document (63) Driver (19) Emulation (62) Game (531) Graphics (229) Library (22) Network (63) Office (22) Utility (265) Video (18)
Total files: 1715
Full index file Recent index file
Part of aros exec |
png2c | Description: | Convert PNG images into C source | Download: | png2c.i386-aros.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 154kb | Version: | 1.1 | Date: | 24 Sep 13 | Author: | David Gerber | Submitter: | Miloslav Martinka | Requirements: | aros-i386 ABI_V0 | Category: | development/utility | License: | Other | Distribute: | yes | FileID: | 1336 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 254 (Current version) | | 254 (Accumulated) | Votes: | 3 (0/0) (30 days/7 days) | |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] png2c is a small tool that converts a PNG file to
a C source.
Formats currently supported:
- 32-bit (output: ARGB)
- 24-bit
--
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
|