gsemac / Gsemac.Common

A collection of .NET utilities for use across my projects
MIT License
8 stars 3 forks source link

Implement WMF image encoding #1

Closed gsemac closed 3 years ago

gsemac commented 3 years ago

GdiImageCodec currently throws an exception when encoding a Bitmap to ImageFormat.Wmf. It seems that there's a little bit of extra work that needs to be done to make this happen, which is discussed here.

This is not high priority by any means, but for the sake of completion, it should be implemented.