Search found 96 matches

by axelrose
2011-05-03T05:29:24-07:00
Forum: Developers
Topic: JPEG compressed CMYK TIFF
Replies: 10
Views: 21934

JPEG compressed CMYK TIFF

Hello, I'm sure this has been asked many times before but I cannot find a definite answer. How do I need to configure libtiff (3.9.4) or libjpeg(8c) to allow for proper conversion from CMYK to RGB? I have a JPEG compressed TIFF file from Photoshop. All currention IM version I compile will have inver...
by axelrose
2011-04-25T23:34:45-07:00
Forum: Magick++
Topic: Failed tests
Replies: 6
Views: 29990

Re: Failed tests

found it myself

I compile "--with-x"
This lead somehow to usage of an old libfreetype.
Recompiling "--without-x" cured it.

Cheers, Axel.
by axelrose
2011-04-15T07:42:19-07:00
Forum: Magick++
Topic: Failed tests
Replies: 6
Views: 29990

Re: Failed tests

I have the same failures with IM 6.6.9-4 Q16 lt-wandtest: delegate library support not built-in `none' (Freetype) @ warning/annotate.c/RenderFreetype/1508. lt-wandtest: Postscript delegate failed `/tmp/magick-p378BWCw': @ error/ps.c/ReadPSImage/806. wand/wandtest.c main 532 Reading images... just wi...
by axelrose
2011-04-15T06:51:22-07:00
Forum: Bugs
Topic: make check failure with --enable-hdri
Replies: 2
Views: 6165

make check failure with --enable-hdri

Hello all, I experience a failure with 6.6.9-4 if I enable HDRI. Without HDRI all tests pass. From tests/validate-formats-on-disk.log: test 317: PCT/Undefined/PaletteMatte/8-bits... fail (with distortion 8.41707e+57). Could you please try to reproduce this or give detailed debugging instructions. Th...
by axelrose
2011-04-14T07:08:38-07:00
Forum: Bugs
Topic: blurred CMYK JPEGs when using color management
Replies: 4
Views: 10064

blurred CMYK JPEGs when using color management

Hello all, I observe some unwanted blurring when I convert an image from RGB JPEG to CMYK JPEG. This can be seen in screenshot taken from Photoshop, input upper left, output lower left: http://dl.dropbox.com/u/84530/IM/cmyk-jpeg-blurred.png If I leave out color management or if I convert from one RG...
by axelrose
2011-04-12T10:12:31-07:00
Forum: Users
Topic: IM produces CMYK JPG that Finder/preview opens incorrectly
Replies: 11
Views: 27373

Re: IM produces CMYK JPG that Finder/preview opens incorrect

same problem with Snow Leopard and Intel CPU
by axelrose
2011-04-12T05:13:32-07:00
Forum: Users
Topic: IM produces CMYK JPG that Finder/preview opens incorrectly
Replies: 11
Views: 27373

Re: IM produces CMYK JPG that Finder/preview opens incorrect

It seems that Preview works fine if it finds Photoshop tags. If I patch the IM produced CMYK JPEG with exiftool : cp logo-im-cmyk.jpg logo-im-patched.jpg exiftool -tagsfromfile logo-psd-cmyk.jpg -photoshop:all logo-im-patched.jpg Preview is displaying the result as expected. Could I add the Photosho...
by axelrose
2011-04-12T01:56:57-07:00
Forum: Users
Topic: IM produces CMYK JPG that Finder/preview opens incorrectly
Replies: 11
Views: 27373

Re: IM produces CMYK JPG that Finder/preview opens incorrect

Thanks for keeping the topic alive. Apple Preview seems to have a problem with CMYK JPEG. I tried again using different approaches like this: cd /tmp rm -f logo-rgb.jpg logo-sips-cmyk.jpg logo-im-cmyk.jpg logo-psd-cmyk.jpg convert logo: -profile rgb.icm logo-rgb.jpg sips -m cmyk.icc logo-rgb.jpg --o...
by axelrose
2011-04-11T09:21:23-07:00
Forum: Users
Topic: IM produces CMYK JPG that Finder/preview opens incorrectly
Replies: 11
Views: 27373

Re: IM produces CMYK JPG that Finder/preview opens incorrect

Out of curiosity I tried with an older IM 6.5.9-10.
The output there looks fine when viewed with Preview.app.

I contiue checking this later.
by axelrose
2011-04-11T07:48:41-07:00
Forum: Users
Topic: IM produces CMYK JPG that Finder/preview opens incorrectly
Replies: 11
Views: 27373

Re: IM produces CMYK JPG that Finder/preview opens incorrect

I can confirm this. Neither Apple's QuickView or Preview.app properly displays any CMYK JPEGs created with current ImageMagick versions. I just do convert logo: -profile rgb.icc -profile cmyk.icc -colorspace cmyk -strip logo.jpg The output "logo.jpg" is ok. when checked in Photoshop but no...
by axelrose
2011-01-27T01:47:06-07:00
Forum: Users
Topic: Slow TIFF to PNG conversion
Replies: 16
Views: 35839

Re: Slow TIFF to PNG conversion

I checked again with 6.6.7-3. PNG conversions are back at normal speed.

Regard, Axel.
by axelrose
2011-01-27T01:46:15-07:00
Forum: Developers
Topic: Performance drop after upgrade from 6.6.1 to 6.6.6
Replies: 14
Views: 28518

Re: Performance drop after upgrade from 6.6.1 to 6.6.6

Wonderful.

Thanks for correcting this. PNG conversion are back to normal speed in my tests.


Thanks, Axel.
by axelrose
2011-01-25T03:26:48-07:00
Forum: Users
Topic: Clipping certain JPEG files to PNG
Replies: 1
Views: 3779

Clipping certain JPEG files to PNG

Hello all, I observe certain JPEG files with a clipping path which don't convert properly. Normally the following command: convert jpg:path-ok.jpg -alpha transparent -clip -alpha opaque -resize 300x300 png:path-ok-clipped.png does a great job. Input: http://dl.dropbox.com/u/84530/IM/path-ok.jpg Outp...
by axelrose
2011-01-25T00:41:14-07:00
Forum: Developers
Topic: Performance drop after upgrade from 6.6.1 to 6.6.6
Replies: 14
Views: 28518

Re: Performance drop after upgrade from 6.6.1 to 6.6.6

Just as a reminder and another viewpoint

convert logo: -resize 1000% tmp.tif

takes 2 seconds

convert logo: -resize 1000% tmp.png

takes 2 minutes with 6.6.7-2 on my machine.
by axelrose
2011-01-25T00:39:25-07:00
Forum: Developers
Topic: 6.6.7-1 test failure
Replies: 2
Views: 6450

Re: 6.6.7-1 test failure

The phenomenon disappeared with 6.6.7-2.