EPS to GIF and EPS to JPG error

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?".
Post Reply
gangadhar

EPS to GIF and EPS to JPG error

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

Re: EPS to GIF and EPS to JPG error

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

Re: EPS to GIF and EPS to JPG error

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