2010-03-31 6.6.1-0 Anthony Thyssen <A.Thyssen@griffith...>
- * Fixed bug in Equal-Size Tile Cropping, when image has a page offset.
+ * Fixed bug in equal-size tile cropping, when image has a page offset.
2010-03-31 6.6.1-0 Cristy <quetzlzacatenango@image...>
* The -recolor 4x4 matrix is now interpretted properly (previously it
summed rather attenuating the alpha channel).
+ * Support writing 1-bit PSD images.
+ * Support LCMS 2.0.
2010-03-30 6.6.1-0 Glenn Randers-Pehrson <glennrp@image...>
* The new coders/png.c was failing to read a 1-bit paletted image properly.
(offset.y+(geometry.y < 0 ? geometry.y : 0)));
}
crop.height-=crop.y;
- crop.y += transform_image->page.y;
+ crop.y+=transform_image->page.y;
for (offset.x=0; offset.x < (double) width; )
{
if ((flags & AspectValue) == 0)
(offset.x+(geometry.x < 0 ? geometry.x : 0)));
}
crop.width-=crop.x;
- crop.x += transform_image->page.x;
+ crop.x+=transform_image->page.x;
next=CropImage(transform_image,&crop,&(*image)->exception);
if (next == (Image *) NULL)
break;