Problem: Need to convert an image from one format to another using .Net.
Solution: Microsoft has really made this easy. The key is the System.Drawing.Image class, combined with the System.Drawing.Imaging.ImageFormat class.
Steps:
Problem: Need to convert an image from one format to another using .Net.
Solution: Microsoft has really made this easy. The key is the System.Drawing.Image class, combined with the System.Drawing.Imaging.ImageFormat class.
Steps: