Switching from ImageMagick++ to GraphicsMagick++ to ease compatibility with wt4. ref #42
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user