Ensure sharp.format.vips is present and correct #1813

This commit is contained in:
Lovell Fuller
2019-08-12 21:25:10 +01:00
parent 2c300754a7
commit 0778c112a9
5 changed files with 36 additions and 3 deletions

View File

@@ -147,7 +147,7 @@ namespace sharp {
case ImageType::OPENSLIDE: id = "openslide"; break;
case ImageType::PPM: id = "ppm"; break;
case ImageType::FITS: id = "fits"; break;
case ImageType::VIPS: id = "v"; break;
case ImageType::VIPS: id = "vips"; break;
case ImageType::RAW: id = "raw"; break;
case ImageType::UNKNOWN: id = "unknown"; break;
case ImageType::MISSING: id = "missing"; break;