Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
EXR2ACES(1)			  User Commands 		     EXR2ACES(1)

NAME
     exr2aces - convert exr images to ACES format

SYNOPSIS
     exr2aces [options] infile outfile

DESCRIPTION
     Read  an  OpenEXR file from infile and save the contents in ACES image file
     outfile.

     The ACES image file format is a subset of the OpenEXR  file  format.   ACES
     image files are restricted as follows:

	    *  Images  are stored as scanlines; tiles are not allowed.	* Images
	    contain three color channels, either:

	    R, G, B (red, green, blue)

	    or:

	    Y, RY, BY (luminance, sub-sampled chroma)

	    * Images may optionally contain an alpha channel.  * Only three com-
	    pression types are allowed:

	    NO_COMPRESSION (file is not compressed)  PIZ_COMPRESSION  (lossless)
	    B44A_COMPRESSION (lossy)

	    * The "chromaticities" header attribute must specify

	    the ACES RGB primaries and white point.

OPTIONS
     -v, --verbose
	    verbose mode

     -h, --help
	    print this message

     --version
	    print version information

REPORTING BUGS
     Report bugs via https://github.com/AcademySoftwareFoundation/openexr/issues
     or email security@openexr.com

COPYRIGHT
     Copyright (C) Contributors to the OpenEXR Project License BSD-3-Clause

OpenEXR 3.4.15 https://openexr.com August 2026			     EXR2ACES(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=exr2aces&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help