Add support for raw, uncompressed pixel Buffer/Stream input

This commit is contained in:
Lovell Fuller
2016-02-03 19:21:37 +00:00
parent cf7664a854
commit e380576da2
7 changed files with 177 additions and 31 deletions

View File

@@ -122,6 +122,7 @@ class MetadataWorker : public AsyncWorker {
case ImageType::OPENSLIDE: baton->format = "openslide"; break;
case ImageType::PPM: baton->format = "ppm"; break;
case ImageType::FITS: baton->format = "fits"; break;
case ImageType::RAW: baton->format = "raw"; break;
case ImageType::UNKNOWN: break;
}
// VipsImage attributes