Search found 1570 matches

by dlemstra
2013-10-02T03:54:45-07:00
Forum: Bugs
Topic: possible bug show: or -combine starting 6.8.6.10
Replies: 19
Views: 21978

Re: possible bug show: or -combine starting 6.8.6.10

This is a bug and will be fixed in 6.8.7.1
by dlemstra
2013-10-01T05:03:29-07:00
Forum: Users
Topic: convert to CMYK error
Replies: 4
Views: 3111

Re: convert to CMYK error

You need so specify the event type for the debug parameter: http://www.imagemagick.org/script/comma ... .php#debug

Code: Select all

convert bookcover.tiff -debug All -profile WebCoatedSWOP2006Grade5.icc bookcover-cmyk-adobe.jpg
by dlemstra
2013-10-01T04:21:34-07:00
Forum: Bugs
Topic: MagickSetImageFormat / MagickWriteImageFile
Replies: 3
Views: 7285

Re: MagickSetImageFormat / MagickWriteImageFile

The method 'MagickWriteImageFile' uses the filename property of NewMagickWand to determine the output type. You should change this to modify the format of the output file.
by dlemstra
2013-09-30T13:55:28-07:00
Forum: Bugs
Topic: error/jp2.c/ReadJP2Image/403.
Replies: 10
Views: 12435

Re: error/jp2.c/ReadJP2Image/403.

Maybe we should change the method to use 'tmpfile' instead.
by dlemstra
2013-09-29T03:27:13-07:00
Forum: Bugs
Topic: MagickSetImageFormat / MagickWriteImageFile
Replies: 3
Views: 7285

Re: MagickSetImageFormat / MagickWriteImageFile

Have you tried to reproduce this problem with a newer version of ImageMagick?
by dlemstra
2013-09-27T14:53:40-07:00
Forum: Bugs
Topic: Incredibly slow SRT operation when scaling to small size
Replies: 16
Views: 11446

Re: Incredibly slow SRT operation when scaling to small size

Can you post a link to your input image?
by dlemstra
2013-09-27T14:52:06-07:00
Forum: Bugs
Topic: Raw YUV with odd width read incorrectly
Replies: 3
Views: 9382

Re: Raw YUV with odd width read incorrectly

I have committed a fix to round up odd-width images. This will be fixed in the next release of ImageMagick (6.8.7-1). Thanks for reporting this.
by dlemstra
2013-09-26T02:41:50-07:00
Forum: Bugs
Topic: error in converting EPS to jpg
Replies: 1
Views: 2941

Re: error in converting EPS to jpg

This looks like a bug in GhostScript. Have you tried to convert the pdf from the command line? What version of GhostScript are you using? An upgrade to 9.10 might fix the issues.
by dlemstra
2013-09-24T16:04:10-07:00
Forum: Bugs
Topic: Opaque images: alpha off and resize [NOT A BUG]
Replies: 4
Views: 5914

Re: Opaque images: alpha off and resize

I finally figured out what is happening. The resize filter is different when an image has an alpha channel. With alpha on imagemagick uses a Mitchell filter and when it is turned off it uses an Lanczos filter. Detailed information about both filters can be found here: http://www.imagemagick.org/Usag...
by dlemstra
2013-09-24T14:52:30-07:00
Forum: Bugs
Topic: Opaque images: alpha off and resize [NOT A BUG]
Replies: 4
Views: 5914

Re: Opaque images: alpha off and resize

You should not use '-alpha on', you want '-alpha set'. This will initialize the alpha channel with the correct values. With '-alpha on' the alpha channel will contain 'garbage' and give strange results. More information is here: http://www.imagemagick.org/Usage/masking/#alpha_on. I did not test if t...
by dlemstra
2013-09-24T03:27:00-07:00
Forum: Bugs
Topic: Clipping path doesn't follows the images size
Replies: 4
Views: 5463

Re: Clipping path doesn't follows the images size

Can you fix the link to your "Result file (test.tif)" image? Its the same file as the original file.
by dlemstra
2013-09-23T16:41:22-07:00
Forum: Developers
Topic: Version 7 comments
Replies: 6
Views: 11403

Re: Version 7 comments

I just committed a fix for the issue with the stroke color. Can you post an example of the command you are executing for your second problem? And an input image so we can reproduce your problem?
by dlemstra
2013-09-23T10:09:49-07:00
Forum: Bugs
Topic: MagickReadImageBlob misidentifies an EPT as a PAM
Replies: 6
Views: 7290

Re: MagickReadImageBlob misidentifies an EPT as a PAM

A patch has been submitted to the ImageMagick Subversion trunk. Thanks. This will be fixed in the next release 6.8.7-0.
by dlemstra
2013-09-23T07:00:15-07:00
Forum: Users
Topic: IM 6.7.9-Q16 draw text with accented chars in Windows .bat
Replies: 4
Views: 4231

Re: IM 6.7.9-Q16 draw text with accented chars in Windows .b

Have you tried a newer version of ImageMagick? Your version is almost a year old.