1iconvert(1)                       OpenImageIO                      iconvert(1)
2
3
4

TITLE

6       iconvert -- copy images with format conversions and other alterations
7

SYNOPSIS

9       Usage:  iconvert [options] inputfile outputfile
10        or:  iconvert --inplace [options] file...
11
12

DESCRIPTION

14       This  program  is  part of the OpenImageIO (http://www.openimageio.org)
15       tool suite.  Detailed documentation is avaliable in pdf format with the
16       OpenImageIO distribution.
17

OPTIONS

19       --help Print help message
20
21       -v     Verbose status messages
22
23       --threads %d
24              Number of threads (default 0 = #cores)
25
26       -d %s  Set  the  output  data  format  to  one of:uint8, sint8, uint10,
27              uint12, uint16, sint16, half, float, double
28
29       -g %f  Set gamma correction (default = 1)
30
31       --tile %d %d
32              Output as a tiled image
33
34       --scanline
35              Output as a scanline image
36
37       --compression %s
38              Set the compression method (default = same as input). Note:  may
39              be in the form "name:quality"
40
41       --no-copy-image
42              Do not use ImageOutput copy_image functionality (dbg)
43
44       --adjust-time
45              Adjust file times to match DateTime metadata
46
47       --caption %s
48              Set caption (ImageDescription)
49
50       --keyword %s
51              Add a keyword
52
53       --clear-keywords
54              Clear keywords
55
56       --attrib %s %s
57              Set a string attribute (name, value)
58
59       --orientation %d
60              Set the orientation
61
62       --rotcw
63              Rotate 90 deg clockwise
64
65       --rotccw
66              Rotate 90 deg counter-clockwise
67
68       --rot180
69              Rotate 180 deg
70
71       --inplace
72              Do operations in place on images
73
74       --sRGB This file is in sRGB color space
75
76       --separate
77              Force planarconfig separate
78
79       --contig
80              Force planarconfig contig
81
82       --no-clobber
83              Do no overwrite existing files
84
85
86
87                               04 December 2019                    iconvert(1)
Impressum