Using Image Encoders and Decoders in Managed GDI+ | Microsoft Docs
Posted by jpluimers on 2019/09/17
I forgot who pointed me to this, but it will be useful the next time I need to do image export/import in .NET or GDI+ [WayBack] Using Image Encoders and Decoders in Managed GDI+ | Microsoft Docs.
GDI+ has built-in encoders and decoders that support the following file types:
- BMP
- GIF
- JPEG
- PNG
- TIFF
GDI+ also has built-in decoders that support the following file types:
- WMF
- EMF
- ICON
–jeroen
Leave a Reply