make rtengine::processImage return an Imagefloat instead of an Image16
This is for supporting saving to 32-bit float TIFFs
This commit is contained in:
@@ -822,7 +822,7 @@ int processLineParams ( int argc, char **argv )
|
||||
}
|
||||
|
||||
// Process image
|
||||
rtengine::IImage16* resultImage = rtengine::processImage (job, errorCode, nullptr, options.tunnelMetaData);
|
||||
rtengine::IImagefloat* resultImage = rtengine::processImage (job, errorCode, nullptr, options.tunnelMetaData);
|
||||
|
||||
if ( !resultImage ) {
|
||||
errors++;
|
||||
|
Reference in New Issue
Block a user