Saves one or more images in memory buffers to a .WIC WIC-supported bitmap file.
| Name | Description |
|---|---|
| SaveToWICMemory (const Image&, DWORD, REFGUID, Blob&, const GUID, std::function<void(IPropertyBag2)>) | Saves one image in memory buffers to a .WIC WIC-supported bitmap file. |
| SaveToWICMemory (const Image, size_t, DWORD, REFGUID, Blob&, const GUID, std::function<void(IPropertyBag2*)>) | Saves one or more images in memory buffers to a .WIC WIC-supported bitmap file. |