Audio (91) Datatype (15) Demo (41) Development (239) Document (59) Driver (18) Emulation (59) Game (506) Graphics (208) Library (22) Network (58) Office (21) Utility (242) Video (18)
Total files: 1597
Full index file Recent index file
Part of aros 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
|