+2011-06-15 6.7.0-8 Cristy <quetzlzacatenango@image...>
+ * New version 6.7.0-8.
+
2011-06-14 6.7.0-8 Anthony Thyssen <A.Thyssen@griffith...>
- * Added Initial implementation of Cylinder to/from Plane 3D Distorts
+ * Added Initial implementation of Cylinder to/from Plane 3D Distorts
Includes deritive (scaled lookup), and anti-alised horizon (validity)
Currently can NOT handle extractions from full 360 cylinder panoramas.
ThrowReaderException(CorruptImageError,"NegativeOrZeroImageSize");
if (max_value >= 65536)
ThrowReaderException(CorruptImageError,"ImproperImageHeader");
- for (depth=1; GetQuantumRange(depth) < max_value; depth++) ;
+ for (depth=1; GetQuantumRange(depth) <= max_value; depth++) ;
image->depth=depth;
if ((image_info->ping != MagickFalse) && (image_info->number_scenes != 0))
if (image->scene >= (image_info->scene+image_info->number_scenes-1))