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)
39
40       --quality %d
41              Set the compression quality, 1-100
42
43       --no-copy-image
44              Do not use ImageOutput copy_image functionality (dbg)
45
46       --adjust-time
47              Adjust file times to match DateTime metadata
48
49       --caption %s
50              Set caption (ImageDescription)
51
52       --keyword %s
53              Add a keyword
54
55       --clear-keywords
56              Clear keywords
57
58       --attrib %s %s
59              Set a string attribute (name, value)
60
61       --orientation %d
62              Set the orientation
63
64       --rotcw
65              Rotate 90 deg clockwise
66
67       --rotccw
68              Rotate 90 deg counter-clockwise
69
70       --rot180
71              Rotate 180 deg
72
73       --inplace
74              Do operations in place on images
75
76       --sRGB This file is in sRGB color space
77
78       --separate
79              Force planarconfig separate
80
81       --contig
82              Force planarconfig contig
83
84       --no-clobber
85              Do no overwrite existing files
86
87
88
89                               02 November 2018                    iconvert(1)
Impressum