Page 1 of 1

EPS to GIF and EPS to JPG error

Posted: 2007-08-03T00:30:59-07:00
by gangadhar
Hi,

I am using MagickNet.DLL in a windows application. I opened a EPS image file and Saved it in Gif and JPG format.
The resultant GIF or JPG file could not be opened in windows image viewer or in Internet explorer (Using img tags). My final aim is to use the converted image in a web application.

Can anybody help me in converting a eps file to GIF and JPG thru web or windows application?

Thanks in Advance.

With Regards,
M. Gangadhar.

Re: EPS to GIF and EPS to JPG error

Posted: 2007-08-06T22:17:40-07:00
by raghu_pise
Hi Gangadhar,

I am looking for same solution.
I have to convert JPEG or EPS or Png or Jpeg file to GIf file format through C++ coding.
If u find solution for this , Please let me know.

Thanks in advacne
Raghaevndra L Pise

Re: EPS to GIF and EPS to JPG error

Posted: 2007-08-07T23:04:03-07:00
by gangadhar
Hi All,

I have generated the ImageMagicNet.DLL using the VC++ code given in the URL
http://midimick.com/magicknet/magickDoc.html


Now its working fine for image conversions.

With Regards,
M. Gangadhar.