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

exrdisplay - displays an EXR image on the screen

Author

       exrdisplay was written by Florian Kainz <kainz@ilm.com> and Drew Hess <dhess@ilm.com>.

       This  manual  page was written by Pino Toscano <pino@debian.org>, for the Debian project (but may be used
       by others).

                                                                                                   EXRDISPLAY(1)

Description

exrdisplay is a simple still image viewer that optionally applies color transforms to OpenEXR images.

Name

       exrdisplay - displays an EXR image on the screen

Options

       A summary of the available options is included below.

       -p     Displays the preview (thumbnail) image instead of the main image.

       -l  lx ly
              Displays level (lx, ly) of a tiled multiresolution image.

       -w     Displays all pixels in the data window, ignoring the display window.

       -a     Ignores the image's pixel aspect ratio, and does not scale the image to make the pixels square.

       -c  x  Loads only image channel x.

       -1     Sets exposure and knee sliders so that pixel value 0.0 becomes black, and 1.0 becomes white.

       -n     Normalizes the pixels so that the smallest value becomes 0.0 and the largest value becomes 1.0.

       -A     Same as -c A -1 (displays alpha).

       -Z     Same as -c Z -n (displays depth).

       -s     Swaps  the  image's  top  and  bottom  half,  then swaps the left and right half, so that the four
              corners of the image end up in the center. (Useful for checking the seams of  wrap-around  texture
              map images.)

       -u     Changing the exposure and knee controls continuously updates the on-screen image.

       -t  u  Use n parallel threads to read the imagefile.

       -h     Show summary of options.

Synopsis

exrdisplay [options] imagefile

See Also