vote up 0 vote down star

I need to detect Image format to save a image like image1.jpg, image2.gif, but i only have a stream, and i do not know the image format(gif, jpeg, png, etc)

Is there a way to detect imageformat from a stream?

flag

75% accept rate

2 Answers

vote up 1 vote down check

Use Image.FromStream to load the image, then you can see what the Image.RawFormat is.

link|flag
vote up 1 vote down

Answered here:

http://stackoverflow.com/questions/55869/determine-file-type-of-an-image

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.