How can I obtain human readable string(i.e. image format itself) from System.Drawing.ImageFormat object?
I mean if I have ImageF
ImageF
There are not so many Image formats. So you can use a switch in case you want to specify your descriptions yourself or just use the
Imageformat.Specific.ToString()
(specific is the name of the specific image format)