]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 24 May 2010 22:42:42 +0000 (22:42 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 24 May 2010 22:42:42 +0000 (22:42 +0000)
ChangeLog
coders/dpx.c

index 6b3b8122901c5d8d767577b957b2d985f2f6c220..823300ea2ca0d1c613f3cbe51fab6eaf6d64970c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2010-05-24  6.6.2-1 Cristy  <quetzlzacatenango@image...>
   * Respect density when rendering SVG images.
   * Set AVI handler to the MPEG coder.
+  * Compute the proper DPX user data field size.
 
 2010-05-23  6.6.2.0 Anthony Thyssen <A.Thyssen@griffith...>
   * Third Re-write of MorphologyApply() to better handle compound methods.
index 1af6f2059a700d4509a4b229a2750853e48a2dc7..49cf443b2d09e47969436613edab41570876ff85 100644 (file)
@@ -985,7 +985,7 @@ static Image *ReadDPXImage(const ImageInfo *image_info,ExceptionInfo *exception)
           StringInfo
             *profile;
 
-           profile=AcquireStringInfo(dpx.file.user_size-sizeof(dpx.user.id));
+           profile=AcquireStringInfo(dpx.file.user_size);
            offset+=ReadBlob(image,GetStringInfoLength(profile),
              GetStringInfoDatum(profile));
            (void) SetImageProfile(image,"dpx",profile);