ICNS2IMAGE(1) BSD General Commands Manual ICNS2IMAGE(1)
NAME
icns2image — Create image from a Mac OS X icns file
SYNOPSIS
icns2image [−vh] [−r size] [−t imageFormat] icon output_file
DESCRIPTION
icns2image is a command line tool to create an image from a Mac OS X icns
file
The following flags are supported:
−r, −‐representation
Specify which representation size to convert (e.g. 128).
Defaults to using the largest representation within the icns
file.
−t, −‐type
Specify output image format (e.g. jpeg, png, bmp, tiff, gif)
−v, −‐version
Print program version and exit
−h, −‐help
Print help and exit
EXAMPLES
icns2image ‐t jpeg source.icns source.jpg
icns2image ‐r 512 icon.icns icon.tiff
icns2image icon.icns icon.png
SEE ALSO
geticon(1), iconutil(1), image2icns(1), seticon(1)
AUTHORS
Sveinbjorn Thordarson <sveinbjornt@gmail.com>
Darwin Sep 30, 2006 Darwin