openexr-devel
[Top][All Lists]
Advanced

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

[Openexr-devel] Writing tiles partially


From: Michel Lerenard
Subject: [Openexr-devel] Writing tiles partially
Date: Thu, 17 Jul 2014 16:06:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130809 Thunderbird/17.0.8

Hi,

I have a question regarding tiled files.
It seems that the tiles need to be aligned on the origin (0,0) of the data window to be readable.

Can anyone confirm this ?

Here's the story on how I came to ask this question:
I want to export a file with a data window larger than the visible window. In my application, tiles are aligned on the origin of the visible window: Exemple: If I write a 640 * 360 image with a 10% overscan on each side, my visible window is {0,0,640,360}, and the data window is {-64,-36, 704, 396 }. Using 64x64 tiles, the image seems corrupt because the data window starts in the middle of the first row of tiles.



reply via email to

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