forked from sveinbjornt/osxiconutils
-
Notifications
You must be signed in to change notification settings - Fork 2
/
icns2image.man.html
51 lines (31 loc) · 1.48 KB
/
icns2image.man.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<html><head></head><body><pre><font face="Courier">
<b>ICNS2IMAGE(1) BSD General Commands Manual ICNS2IMAGE(1)</b>
<b>NAME</b>
<b>icns2image</b> — Create image from a Mac OS X icns file
<b>SYNOPSIS</b>
<b>icns2image</b> [−<b>vh</b>] [−<b>r</b> <u>size</u>] [−<b>t</b> <u>imageFormat</u>] <u>icon</u> <u>output</u><b>_<u></b>file</u>
<b>DESCRIPTION</b>
<b>icns2image</b> is a command line tool to create an image from a Mac OS X icns
file
The following flags are supported:
−<b>r,</b> −‐<b>representation</b>
Specify which representation size to convert (e.g. 128).
Defaults to using the largest representation within the icns
file.
−<b>t,</b> −‐<b>type</b>
Specify output image format (e.g. jpeg, png, bmp, tiff, gif)
−<b>v,</b> −‐<b>version</b>
Print program version and exit
−<b>h,</b> −‐<b>help</b>
Print help and exit
<b>EXAMPLES</b>
icns2image ‐t jpeg source.icns source.jpg
icns2image ‐r 512 icon.icns icon.tiff
icns2image icon.icns icon.png
<b>SEE ALSO</b>
geticon(1), iconutil(1), image2icns(1), seticon(1)
<b>AUTHORS</b>
Sveinbjorn Thordarson <sveinbjornt@gmail.com>
Darwin Sep 30, 2006 Darwin
</font></pre>
</body></html>