Switching from ImageMagick++ to GraphicsMagick++ to ease compatibility with wt4. ref #42

This commit is contained in:
emeric
2020-03-28 20:09:57 +01:00
parent bd6a08facb
commit 2c9952b8b7
6 changed files with 11 additions and 22 deletions
-6
View File
@@ -29,12 +29,6 @@ init(const std::filesystem::path& path)
Magick::InitializeMagick(path.string().c_str());
}
void
deinit()
{
MagickCore::MagickCoreTerminus();
}
static
std::string
formatToMagick(Format format)