Image Viewer

K

Kuldeep

Hello All,

Could you please give me some leads on building a Image Viewer in .NET or
how to use Windows Picture and Fax Viewer.

The actual purpose is to display the image in my web application on the fly.

Regards
Kuldeep
 
O

offwhite

What sort of image format do you need supported? Are you simply
looking to take one image format which web browsers do not render and
dynamically convert it?

You can find Bitmap in the System.Drawing namespace which has support
for many formats.

http://msdn2.microsoft.com/en-us/library/system.drawing.bitmap.aspx

You can see the supported formats here...

http://msdn2.microsoft.com/en-us/library/system.drawing.imaging.imageformat_members.aspx

You may find what you need here...

http://www.codeproject.com/cs/media/bitmapmanip.asp

Brennan Stehling
http://brennan.offwhite.net/blog/
 

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

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top