some enhancements of the Fast Export functionality
- remember fast export options across RT sessions - added option to use a dedicated "Fast Export" pipeline, trading speed for quality (resizes early instead of at the end)
This commit is contained in:
@@ -35,8 +35,6 @@
|
||||
#include "rtimage.h"
|
||||
#include <sys/time.h>
|
||||
|
||||
#include "../rtengine/processingjob.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace rtengine;
|
||||
|
||||
@@ -245,7 +243,7 @@ bool BatchQueue::saveBatchQueue ()
|
||||
<< saveFormat.pngBits << '|' << saveFormat.pngCompression << '|'
|
||||
<< saveFormat.tiffBits << '|' << saveFormat.tiffUncompressed << '|'
|
||||
<< saveFormat.saveParams << '|' << entry->forceFormatOpts << '|'
|
||||
<< static_cast<ProcessingJobImpl *>(entry->job)->fast << '|'
|
||||
<< entry->job->fastPipeline() << '|'
|
||||
<< std::endl;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user