Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I need to convert the image format but without using System.Drawing.Imaging.ImageFormat. Can anyone please help me how I can change the image format.
Posted
Comments
Mehdi Gholam 26-Aug-13 9:50am    
Why? What's wrong with what you have?
[no name] 26-Aug-13 10:14am    
Convert the image to..... what? Another image type? A PDF? A word document? An elephant? What is wrong with the code that you have already written?

You may study the image format specifications and code yourself the transformation algorithms. However that looks re-inventing the wheel, to me.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900