.cdr file !!

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
pkashrai

.cdr file !!

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: .cdr file !!

Post by magick »

ImageMagick does not support the CDR format.
pkashrai

Re: .cdr file !!

Post 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.
Hubbitus
Posts: 66
Joined: 2010-05-04T10:50:21-07:00
Authentication code: 8675308
Location: Russia, Saint-Petersburg

Re: .cdr file !!

Post by Hubbitus »

What you think about add such support via delegation to uniconverter ( http://sourceforge.net/projects/uniconvertor/ )?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: .cdr file !!

Post 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.
Hubbitus
Posts: 66
Joined: 2010-05-04T10:50:21-07:00
Authentication code: 8675308
Location: Russia, Saint-Petersburg

Re: .cdr file !!

Post by Hubbitus »

User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: .cdr file !!

Post 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?
Hubbitus
Posts: 66
Joined: 2010-05-04T10:50:21-07:00
Authentication code: 8675308
Location: Russia, Saint-Petersburg

Re: .cdr file !!

Post 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
davedow15

Re: .cdr file !!

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: .cdr file !!

Post by magick »

Recent versions of ImageMagick support CRD with the help of the uniconvertor delegate program.
Hubbitus
Posts: 66
Joined: 2010-05-04T10:50:21-07:00
Authentication code: 8675308
Location: Russia, Saint-Petersburg

Re: .cdr file !!

Post by Hubbitus »

Good news, thank you.

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

Re: .cdr file !!

Post by davedow15 »

Great, I'll try it out. Thank You for responding so quickly!
Gaploid
Posts: 17
Joined: 2013-08-25T03:51:34-07:00
Authentication code: 6789

Re: .cdr file !!

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: .cdr file !!

Post by magick »

Try
  • <delegate decode="cdr" command=""uniconvertor" "%i" "%o.svg"; rename "%o.svg" "%o""/>
Gaploid
Posts: 17
Joined: 2013-08-25T03:51:34-07:00
Authentication code: 6789

Re: .cdr file !!

Post 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.
Post Reply