Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] Extracts BMP (image) files from ICO (Windows Icon) files.
Usage:
ico2bmp source_file.ico [destination_dir]
destination_dir is optional and can be left out in which case the BMPs will be
extracted into the current directory.
Extracted BMPs will have names of the form:
source_file_0.bmp
source_file_1.bmp
source_file_2.bmp
etc.
Bugs:
None known.
Changes:
(1-Apr-2008)
- Fixed remaining endian/alignment issues in the AROS build (tested with
WinAROS)
(17-Mar-2008)
- Cross-compiled AROS version added
(26-Nov-2006)
- 68k version added
(12-May-2006)
- first released version
|