tags:

views:

1263

answers:

2

hi ;

how to convert .cdr (corel draw file) vector images to jpg on imagick PHP API

A: 

Doesn't look you'll have much luck.

ceejayoz
+2  A: 

I have not tried this, but I think your best bet is the intermediate step of SVG.

Corel Draw -> Scalable Vector Graphics -> JPEG

CDR->SVG appears to be possible with UniConvertor

Supported Corel filetypes = CorelDRAW ver.7-X3,X4 (CDR/CDT/CCX/CDRX/CMX)

SVG->JPG appears to be possible in ImageMagick

artlung