how to convert jpg to gif?

  • Thread starter Thread starter Linda Chen
  • Start date Start date
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
 
Hi Linda,

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

Cheers,
Steve Goodyear
Vancouver, Canada
 
Back
Top