Package com.iizix
Class IcoUtilities
java.lang.Object
com.iizix.IcoUtilities
Utility to create an ICO file from transparent PNG files (or opaque JPG files).
- Author:
- Christopher Mindus
- Constructor SummaryConstructors
- Method Summary
- Constructor Details- IcoUtilitiespublic IcoUtilities()
 
- Method Details- createIcoCreates ICO files, i.e. a merge of buffered images from transparent PNG files (or opaque JPG files).- Parameters:
- ico- The destination icon file.
- files- Files: at least one. The file extensions can be JPEG, JPG, PNG or BMP.
- Throws:
- IOException- For file errors, also if extension cannot be determined.
 
- mainMain class.- Parameters:
- args- The argument list of files: destination ico, followed by list of JPG/JPEG/PNG/BMP files.