Initial WIC image writing.
This commit is contained in:
parent
53a9f7bd15
commit
8c814ce89f
6 changed files with 72 additions and 3 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
#include "PlatformImageWriter.h"
|
||||
|
||||
class Win32WicImageWriter
|
||||
class Win32WicImageWriter : public PlatformImageWriter
|
||||
{
|
||||
|
||||
public:
|
||||
void write(const Path& path, Image* image, ImgFormat format = ImgFormat::PNG) override;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue