Search found 1570 matches

by dlemstra
2013-09-23T05:13:11-07:00
Forum: Bugs
Topic: MagickReadImageBlob misidentifies an EPT as a PAM
Replies: 6
Views: 7290

Re: MagickReadImageBlob misidentifies an EPT as a PAM

I can reproduce this problem on Windows 7.
by dlemstra
2013-09-23T04:28:10-07:00
Forum: Bugs
Topic: DICOM image corrupted
Replies: 4
Views: 6897

Re: DICOM image corrupted

Your link works again, is 2440x1292 the expected resolution?
by dlemstra
2013-09-22T00:54:41-07:00
Forum: Bugs
Topic: DICOM image corrupted
Replies: 4
Views: 6897

Re: DICOM image corrupted

Commander Keen is telling me that he cannot find your file. Could you please fix your link so we can investigate the problem?
by dlemstra
2013-09-21T16:58:59-07:00
Forum: Developers
Topic: Incorrect png -quality 9 setting gives the best compression
Replies: 5
Views: 28155

Re: Incorrect png -quality 9 setting gives the best compress

This is written in the comments in png.c: /* Untangle the "-quality" setting: Undefined is 0; the default is used. Default is 75 10's digit: 0 or omitted: Use Z_HUFFMAN_ONLY strategy with the zlib default compression level 1-9: the zlib compression level 1's digit: 0-4: the PNG filter meth...
by dlemstra
2013-09-21T10:46:02-07:00
Forum: Bugs
Topic: 6.8.6-10 32bit DLL compile not working under XP64
Replies: 3
Views: 8555

Re: 6.8.6-10 32bit DLL compile not working under XP64

The support has not been dropped, sorry for the misunderstanding. We fixed this issue and it will be resolved in the next release.
by dlemstra
2013-09-21T03:36:09-07:00
Forum: Bugs
Topic: Imagemagick won't follow HTTP Location headers
Replies: 11
Views: 13815

Re: Imagemagick won't follow HTTP Location headers

You should add the -L option in your delegates.xml: <delegate decode="https" command=""curl" -s -k -L -o "%o" "https:%M""/> I will ask magick if we can change this in the next release. I will add support for opening https files on windows, you can ex...
by dlemstra
2013-09-21T02:17:03-07:00
Forum: Bugs
Topic: 6.8.6-10 32bit DLL compile not working under XP64
Replies: 3
Views: 8555

Re: 6.8.6-10 32bit DLL compile not working under XP64

This error was also reported here: viewtopic.php?f=1&t=24124. I submitted a patch to fix this problem. This problem does not happen with Windows Vista / Windows Server 2008 or higher.
by dlemstra
2013-09-20T12:01:05-07:00
Forum: Bugs
Topic: MagickReadImageBlob misidentifies an EPT as a PAM
Replies: 6
Views: 7290

Re: MagickReadImageBlob misidentifies an EPT as a PAM

Can you post a link to your image?
by dlemstra
2013-09-19T13:36:32-07:00
Forum: Users
Topic: .cdr file !!
Replies: 22
Views: 42085

Re: .cdr file !!

Could you try this:

Code: Select all

<delegate decode="cdr" command=""pyVM" -c "from uniconvertor import uniconv_run; uniconv_run();" "%i" "%o.svg"; rename "%o.svg" "%o""/>
by dlemstra
2013-09-19T12:41:34-07:00
Forum: Bugs
Topic: Imagemagick won't follow HTTP Location headers
Replies: 11
Views: 13815

Re: Imagemagick fails when trying to get images from HTTPS U

It looks like a windows specific issue, I am investigating it.

EDIT:
LibXml is being used to download a file, but that does not support https. I will try to see if I can add a patch that uses internal windows methods to download a file.
by dlemstra
2013-09-19T11:17:53-07:00
Forum: Users
Topic: .cdr file !!
Replies: 22
Views: 42085

Re: .cdr file !!

I did not install uniconverter but in the old packages they use "uniconv.exe" instead of "uniconverter.exe". Can you try:

Code: Select all

<delegate decode="cdr" command=""uniconv" "%i" "%o.svg"; rename "%o.svg" "%o""/>
by dlemstra
2013-09-19T08:10:12-07:00
Forum: Users
Topic: .cdr file !!
Replies: 22
Views: 42085

Re: .cdr file !!

Does your %PATH% contain the directory where uniconvertor is installed?
by dlemstra
2013-09-19T00:02:28-07:00
Forum: Developers
Topic: Version 7 comments
Replies: 6
Views: 11403

Re: Version 7 comments

Your first problem sounds like a bug to me, the stroke-opacity should default to 1 in IMv7. I will look into it.
by dlemstra
2013-09-18T04:51:18-07:00
Forum: Bugs
Topic: DDS format write support?
Replies: 1
Views: 5609

Re: DDS format write support?

You are a couple of days to early :) DDS write support has been added recently and is not included in 6.8.6-9. You have to wait for the next release of ImageMagick. Click here for details: viewtopic.php?f=1&t=23946&start=15#p102574.
by dlemstra
2013-09-18T04:19:07-07:00
Forum: Developers
Topic: SetErrorMode in windows version of ImageMagick
Replies: 3
Views: 7479

Re: SetErrorMode in windows version of ImageMagick

This will be included in the next release: ImageMagick 6.8.6-10. I don't know when this will be release but probably very soon.

We did have to add another check since this method needs at least Windows Vista/Windows Server 2008.