From 1ff6c47f6ab145736980714e13ecfdc66fcaa331 Mon Sep 17 00:00:00 2001 From: cristy Date: Wed, 21 Mar 2012 11:39:04 +0000 Subject: [PATCH] --- coders/exr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/exr.c b/coders/exr.c index f60045607..e5834032e 100644 --- a/coders/exr.c +++ b/coders/exr.c @@ -196,7 +196,7 @@ static Image *ReadEXRImage(const ImageInfo *image_info,ExceptionInfo *exception) return((Image *) NULL); } hdr_info=ImfInputHeader(file); - ImfHeaderDataWindow(hdr_info,&min_x,&min_y,&max_x,&max_y); + ImfHeaderDisplayWindow(hdr_info,&min_x,&min_y,&max_x,&max_y); image->columns=max_x-min_x+1UL; image->rows=max_y-min_y+1UL; image->matte=MagickTrue; -- 2.40.0