how to convert jpg to gif?

L

Linda Chen

In my application, I need to get download jpeg images
from an URL and convert them to gif images and send the
gif files to a ftp site.

Does .net have any utilities I can use to convert the
images?

Thanks

Linda Chen
 
G

Guest

Hi Linda,

Yes, you can use the System.Drawing.Imaging.ImageCodecInfo and
System.Drawing.Bitmap classes to accomplish that.

Cheers,
Steve Goodyear
Vancouver, Canada
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top