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
Post
by pkashrai » 2007-08-29T00:00:34-07:00
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.
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2007-08-29T06:38:12-07:00
ImageMagick does not support the CDR format.
pkashrai
Post
by pkashrai » 2007-08-29T22:59:49-07:00
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.
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2010-07-28T10:17:08-07:00
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
Post
by Hubbitus » 2010-07-28T23:39:06-07:00
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2010-07-29T05:54:38-07:00
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?
davedow15
Post
by davedow15 » 2010-09-08T17:25:58-07:00
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.
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2010-09-08T18:18:51-07:00
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
Post
by Hubbitus » 2010-09-09T00:00:15-07:00
Good news, thank you.
Then in Fedora I'll put new version and add dependency to uniconverter.
davedow15
Post
by davedow15 » 2010-09-09T08:47:26-07:00
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
Post
by Gaploid » 2013-09-19T07:01:27-07:00
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
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2013-09-19T07:24:11-07:00
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
Post
by Gaploid » 2013-09-19T07:31:55-07:00
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.