Search found 4 matches

by ccampbell
2011-11-07T08:15:53-07:00
Forum: Bugs
Topic: ImageMagick fails to load TIFF
Replies: 2
Views: 5642

Re: ImageMagick fails to load TIFF

Thanks! That fixed my problem.
by ccampbell
2011-10-28T16:27:29-07:00
Forum: Bugs
Topic: ImageMagick fails to load TIFF
Replies: 2
Views: 5642

ImageMagick fails to load TIFF

Hi all, There seems to be a bug in the TIFF EXIF handling in ImageMagick 6.7.3-2. The TIFFGetEXIFProperties function holds the offset variable in a uint32, but the TIFF format seems to support up to 64 bits data. From tiff.c... static void TIFFGetEXIFProperties(TIFF *tiff,Image *image) { // ... uint...
by ccampbell
2011-10-20T15:54:48-07:00
Forum: Bugs
Topic: blurred CMYK JPEGs when using color management
Replies: 4
Views: 10210

Re: blurred CMYK JPEGs when using color management

Use identify to check the jpeg:subsampling-factor property. Subsampling values other than 1x1 are not valid for CMYK JPEGs and can result in this sort of blurring.

I would think ImageMagick should reset this when you convert an RGB JPEG to CMYK, but it doesn't seem to (at least in v.6.6.8).
by ccampbell
2011-03-16T16:26:23-07:00
Forum: Bugs
Topic: CMYK JPEGs appear fuzzy when using subsampling
Replies: 0
Views: 3501

CMYK JPEGs appear fuzzy when using subsampling

I'm using ImageMagick to convert RGB JPEG images to CMYK for print purposes. However, some of the JPEGs are coming across blurred after the conversion. After playing around with images, I think I've narrowed it down to JPEGs that were saved with subsampling (ie, 2x2, 2x1, etc). Images that were save...