2011-06-03 6.7.0-3 Cristy <quetzlzacatenango@image...>
* Support -direction right-to-left for the label: and caption: coders.
+ * Blue / green reversed for JPEG-compressed TIFF images.
2011-06-03 6.7.0-3 Cristy <quetzlzacatenango@image...>
* New version 6.7.0-3.
{
SetRedPixelComponent(q,ScaleCharToQuantum((unsigned char)
TIFFGetR(*p)));
- SetBluePixelComponent(q,ScaleCharToQuantum((unsigned char)
- TIFFGetG(*p)));
SetGreenPixelComponent(q,ScaleCharToQuantum((unsigned char)
+ TIFFGetG(*p)));
+ SetBluePixelComponent(q,ScaleCharToQuantum((unsigned char)
TIFFGetB(*p)));
if (image->matte != MagickFalse)
SetAlphaPixelComponent(q,ScaleCharToQuantum((unsigned char)