Reduce peak memory usage of queue processing, Issue 2527
This commit is contained in:
@@ -424,7 +424,7 @@ namespace rtengine {
|
||||
* @param pl is an optional ProgressListener if you want to keep track of the progress
|
||||
* @param tunnelMetaData tunnels IPTC and XMP to output without change
|
||||
* @return the resulting image, with the output profile applied, exif and iptc data set. You have to save it or you can access the pixel data directly. */
|
||||
IImage16* processImage (ProcessingJob* job, int& errorCode, ProgressListener* pl = NULL, bool tunnelMetaData=false);
|
||||
IImage16* processImage (ProcessingJob* job, int& errorCode, ProgressListener* pl = NULL, bool tunnelMetaData=false, bool flush = false);
|
||||
|
||||
/** This class is used to control the batch processing. The class implementing this interface will be called when the full processing of an
|
||||
* image is ready and the next job to process is needed. */
|
||||
|
||||
Reference in New Issue
Block a user