logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

iconvert -- copy images with format conversions and other alterations

Description

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

Name

iconvert--copyimageswithformatconversionsandotheralterations

Options

--help Print help message

       -v     Verbose status messages

       --threadsNTHREADS
              Number of threads (default 0 = #cores)

       -dTYPE
              Set the output data format to one of:uint8, sint8, uint10, uint12, uint16,  sint16,  half,  float,
              double

       -gGAMMA
              Set gamma correction (default = 1.0)

       --tileWIDTHHEIGHT
              Output as a tiled image

       --scanline
              Output as a scanline image

       --compressionMETHOD
              Set  the  compression  method  (default  = same as input). Note: may be in the form "name:quality"
              --quality %d

       --no-copy-image
              Do not use ImageOutput copy_image functionality (dbg)

       --adjust-time
              Adjust file times to match DateTime metadata

       --captionTEXT
              Set caption (ImageDescription)

       --keywordNAME
              Add a keyword

       --clear-keywords
              Clear keywords

       --attribNAMEVALUE
              Set a string attribute

       --orientationORIENT
              Set the orientation

       --rotcw
              Rotate 90 deg clockwise

       --rotccw
              Rotate 90 deg counter-clockwise

       --rot180
              Rotate 180 deg

       --inplace
              Do operations in place on images

       --sRGB This file is in sRGB color space

       --separate
              Force planarconfig separate

       --contig
              Force planarconfig contig

       --no-clobber
              Do not overwrite existing files

                                                25 February 2025                                     iconvert(1)

Synopsis

       Usage:  iconvert [options] inputfileoutputfile
        or:  iconvert--inplace [options] file...

         %*

See Also