Page 1 of 2

.cdr file !!

Posted: 2007-08-29T00:00:34-07:00
by pkashrai
Hi All,
I would like to convert .cdr file to .jpg..But ImageMagick is unable to read this file format..Is there any way or command so that I can use that command and convert the .cdr file from the program..The problem is I want to use the convert command in a program so the program convert the .cdr file to .jpg format. Thanks in advance to anyone who will help out of this problem !! :(

With Regards,
Prakash Rai.

Re: .cdr file !!

Posted: 2007-08-29T06:38:12-07:00
by magick
ImageMagick does not support the CDR format.

Re: .cdr file !!

Posted: 2007-08-29T22:59:49-07:00
by pkashrai
Hello Magick,
You are not in a plan to make .cdr readable by imagemagick in near future ? Anyway Thanks for your reply....


With Regards,
Prakash Rai.

Re: .cdr file !!

Posted: 2010-07-28T00:16:08-07:00
by Hubbitus
What you think about add such support via delegation to uniconverter ( http://sourceforge.net/projects/uniconvertor/ )?

Re: .cdr file !!

Posted: 2010-07-28T10:17:08-07:00
by fmw42
Hubbitus wrote:What you think about add such support via delegation to uniconverter ( http://sourceforge.net/projects/uniconvertor/ )?
You might post this to the developers forum and link back here for reference. That may get quicker attention.

On the surface, it sounds interesting if it will make a practical delegate library for IM.

Re: .cdr file !!

Posted: 2010-07-28T23:39:06-07:00
by Hubbitus

Re: .cdr file !!

Posted: 2010-07-29T05:54:38-07:00
by magick
We'll add support for CDR images in the next point release of ImageMagick (perhaps a few weeks). Can you post a URL to a few sample CDR images we can use to test?

Re: .cdr file !!

Posted: 2010-07-29T06:08:29-07:00
by Hubbitus
Great news, thank you magick.

Google point me to site where you can find some .cdr examples: http://vector-images.com/samples_clipart.php

Re: .cdr file !!

Posted: 2010-09-08T17:25:58-07:00
by davedow15
Can you please let me know if you released the version that supports CDR file conversion?
We're looking for CDR -> EPS & EPS -> CDR conversions.

Re: .cdr file !!

Posted: 2010-09-08T18:18:51-07:00
by magick
Recent versions of ImageMagick support CRD with the help of the uniconvertor delegate program.

Re: .cdr file !!

Posted: 2010-09-09T00:00:15-07:00
by Hubbitus
Good news, thank you.

Then in Fedora I'll put new version and add dependency to uniconverter.

Re: .cdr file !!

Posted: 2010-09-09T08:47:26-07:00
by davedow15
Great, I'll try it out. Thank You for responding so quickly!

Re: .cdr file !!

Posted: 2013-09-19T07:01:27-07:00
by Gaploid
Hi,
Know this post is really old. But can anybody give me information how can I configure uniconverter delegate. It seems that portable version for windows do not have such delegate in delegate.xml. And if I add it manually like this:

Code: Select all

<delegate decode="cdr" command=""@UniconvertorDelegate@" "%i" "%o.svg"; mv "%o.svg" "%o""/>


it does not work with such error:

Code: Select all

convert.exe: Delegate failed `"@UniconvertorDelegate@" "%i" "%o.svg"; mv "%o.svg" "%o"' @ error/delegate.c/InvokeDelegate/1065.
BTW I`v installed uniconvertor 1.1.5 from here http://sk1project.org/dc.php?target=uni ... -win32.msi

Re: .cdr file !!

Posted: 2013-09-19T07:24:11-07:00
by magick
Try
  • <delegate decode="cdr" command=""uniconvertor" "%i" "%o.svg"; rename "%o.svg" "%o""/>

Re: .cdr file !!

Posted: 2013-09-19T07:31:55-07:00
by Gaploid
Same error

Code: Select all

C:\Users\vkiselev\Desktop\ImageMagick-6.8.6-10>convert.exe -verbose C:\Users\vki
selev\Desktop\samples\template021-worldmaps3.cdr c:\temp\dfdsfdsfsfsdfsdf.jpeg
"uniconvertor" "C:/Users/vkiselev/AppData/Local/Temp/magick-8412PF5zARsXSiDu" "C
:/Users/vkiselev/AppData/Local/Temp/magick-8412oo1-Us8KpBKG.svg"; rename "C:/Use
rs/vkiselev/AppData/Local/Temp/magick-8412oo1-Us8KpBKG.svg" "C:/Users/vkiselev/A
ppData/Local/Temp/magick-8412oo1-Us8KpBKG"
convert.exe: `%s' (%d) "uniconvertor" "C:/Users/vkiselev/AppData/Local/Temp/magi
ck-8412PF5zARsXSiDu" "C:/Users/vkiselev/AppData/Local/Temp/magick-8412oo1-Us8KpB
KG.svg"; rename "C:/Users/vkiselev/AppData/Local/Temp/magick-8412oo1-Us8KpBKG.sv
g" "C:/Users/vkiselev/AppData/Local/Temp/magick-8412oo1-Us8KpBKG" @ error/utilit
y.c/SystemCommand/2033.
convert.exe: Delegate failed `"uniconvertor" "%i" "%o.svg"; rename "%o.svg" "%o"
' @ error/delegate.c/InvokeDelegate/1065.
convert.exe: unable to open image `C:/Users/vkiselev/AppData/Local/Temp/magick-8
412FDK8mTD8oERR': No such file or directory @ error/blob.c/OpenBlob/2643.
convert.exe: unable to open file `C:/Users/vkiselev/AppData/Local/Temp/magick-84
12FDK8mTD8oERR': No such file or directory @ error/constitute.c/ReadImage/591.
convert.exe: no images defined `c:\temp\dfdsfdsfsfsdfsdf.jpeg' @ error/convert.c
/ConvertImageCommand/3127.