[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Openexr-devel] Finding out if a file contains all tiles
From: |
Florian Kainz |
Subject: |
Re: [Openexr-devel] Finding out if a file contains all tiles |
Date: |
Mon, 24 Apr 2006 15:25:36 -0700 |
User-agent: |
Mozilla Thunderbird 1.0 (X11/20041207) |
Class InputFile has an isComplete() method that allows you to check
if any tiles or scan lines are missing. ImfInputFile.h says:
isComplete() returns true if all pixels in the data window are
present in the input file, or false if any pixels are missing.
(Another program may still be busy writing the file, or file
writing may have been aborted prematurely.)
I guess the function should be mentioned in the documentation...
Florian
David Larsson wrote:
Hi,
I wonder if there is a fast way to figure out if an exr-file is missing
any tiles, preferably not involving reading all tiles.
/David Larsson
------------------------------------------------------------------------
_______________________________________________
Openexr-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/openexr-devel