Does GDI+ have standard image encoder CLSIDs?
问题 The GDI+ Image::Save method requires a CLSID parameter to specify the encoder to use. The documentation points to some sample code for getting the encoder associated with a particular MIME type, such as image/jpeg or image/png. However I'm balking at the thought of copying a half-page function just to support a 1-line debugging aid where I save an intermediate result out to disk. Shouldn't there be a list of standard CLSIDs for the standard encoders? Where would I find such a list? I haven't