openexr-devel
[Top][All Lists]
Advanced

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

[Openexr-devel] error in OpenEXR_Shake-1.0.1.tar.gz


From: Barnaby Robson
Subject: [Openexr-devel] error in OpenEXR_Shake-1.0.1.tar.gz
Date: Thu, 13 Oct 2005 09:32:38 -0700

Hello !
 
I have noticed an error in the reader class of the
shake plugin.  This was found looking at the example
images (the ones in the DisplayWindow directory).
 
in exrFormat.c line 249 is ..
 
int scanline = y + iBuf->line - dispwin.min.y; 
 
I believe it should be ..
 
int scanline = y + iBuf->line + dispwin.min.y; 
 
as this seems to work better for me using shake 2.51
on windows.
 
Thank you for all your work.
 
barnaby
 
 
p.s. this problem does not appear in the shake 4.0 built in reader
all 'DisplayWindow' images load fine.
 
 
 
 
 

reply via email to

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