GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
EXRMAKETILED(1) User Commands EXRMAKETILED(1)

exrmaketiled - convert exr images to tiled format

exrmaketiled [options] infile outfile

Read an OpenEXR image from infile, produce a tiled version of the image, and save the result in outfile.

produces a ONE_LEVEL image (default)
produces a MIPMAP_LEVELS multiresolution image
produces a RIPMAP_LEVELS multiresolution image
when a MIPMAP_LEVELS or RIPMAP_LEVELS image is produced, image channel c will be resampled without low-pass filtering. This option can be specified multiple times to disable low-pass filtering for multiple channels.
when a MIPMAP_LEVELS or RIPMAP_LEVELS image is produced, low-pass filtering takes samples outside the image's data window. This requires extrapolating the image. Option -e specifies how the image is extrapolated horizontally and vertically (black/clamp/periodic/mirror, default is clamp).
sets the tile size in the output image to x by y pixels (default is 64 by 64)
sets level size rounding to ROUND_DOWN (default)
sets level size rounding to ROUND_UP
sets the data compression method to x (none/rle/zips/zip/piz/pxr24/b44/b44a/dwaa/dwab, default is zip)
verbose mode
print this message

--version print version information

Multipart Options:

part number, default is 0

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

Copyright © Contributors to the OpenEXR Project License BSD-3-Clause

July 2025 OpenEXR 3.3.4 https://openexr.com

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.