* Reduce memory requirements when dithering on the iPhone.
* Command line operators no longer affected by settings that appear after
them (e.g. -splice 10x0+0+0 -gravity center).
+ * Compute the proper DPX user data field size.
2010-06-14 6.6.2-5 Anthony Thyssen <A.Thyssen@griffith...>
* Fix transprancy handling for Morphology Convolve
StringInfo
*profile;
- profile=AcquireStringInfo(dpx.file.user_size);
+ profile=AcquireStringInfo(dpx.file.user_size-sizeof(dpx.user.id));
offset+=ReadBlob(image,GetStringInfoLength(profile),
GetStringInfoDatum(profile));
(void) SetImageProfile(image,"dpx",profile);