openexr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Openexr-devel] Tile Sizes vs. Mipmap Levels


From: Florian Kainz
Subject: Re: [Openexr-devel] Tile Sizes vs. Mipmap Levels
Date: Mon, 15 Nov 2004 17:19:17 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030314

Angus Taggart wrote:
In the Bonita.exr sample image, there are 10 mipmap levels. Is it correct to assume that the tile XY sizes are the same for each mipmap level? There doesn't seem to be a function in the API for retrieving tile XY size as a function of mipmap/ripmap level.

Thanks,
Angus


The tile size is the same across all mipmap or ripmap levels.
Setting an image's tile size affects all levels.

Note that some tiles may extend across a level's right or bottom
edge.  Those tiles are incomplete; pixels beyond the level's edge
are not stored in an OpenEXR file, and the IlmImf library never
reads or writes the frame buffer memory locations that correspond
to those pixels.

For more information, see http://www.openexr.com/details.html or
http://www.openexr.com/details.print.html; look for "In tiled files,
the image is subdivided", about half way down from the top of the
document.

Florian






reply via email to

[Prev in Thread] Current Thread [Next in Thread]