How to read JPEG in .NET

How can I read JPEG, GIF and PNG in .NET if I am using J#?

I know one solution:

I can use System,Drawing.Bitmap to read JPEG/GIF. Use Bitmap to do further processing and then save back as JPEG.

Problem with this solution:

- Bitmaps take more space than JPEGs.

- This is not an elegant solution,

Is there any other way I can read these different formats?

Regards,

VJ

[1515 byte] By [VijayL] at [2008-2-7]
# 1

If you are on J#, you can use any .net class libraries of C#, J#, VB.

As this is C# specific classlibary, I have posted this on C# forum.

http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=58305

Thanks,

Varun

VarunGupta at 2007-9-9 > top of Msdn Tech,Visual J#,Visual J# General...