CodeFactor review

This commit is contained in:
emeric
2022-01-30 14:57:04 +01:00
parent 3eb3cf3446
commit 3049babd41
14 changed files with 18 additions and 41 deletions
@@ -35,6 +35,9 @@ namespace Image::GraphicsMagick
std::unique_ptr<IRawImage> decodeImage(const std::filesystem::path& path)
{
return std::make_unique<RawImage>(path)
}
}
void
init(const std::filesystem::path& path)