9 lines
No EOL
204 B
C++
9 lines
No EOL
204 B
C++
#pragma once
|
|
|
|
#include "PlatformImageWriter.h"
|
|
|
|
class Win32WicImageWriter : public PlatformImageWriter
|
|
{
|
|
public:
|
|
void write(const Path& path, Image* image, ImgFormat format = ImgFormat::PNG) override;
|
|
}; |