Hi there, I'm working with an image using System.Drawing.Image and I would like to know if I can get the type of it (ex: gif, jpeg...)
Image myImage;
format = myImage.SomethingThatTellsTheImageFormat;
or at least, is there some way to say if it's .gif or not
tks