Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into highlight-slider

This commit is contained in:
Thanatomanic
2018-09-02 15:51:17 +02:00
111 changed files with 1530 additions and 778 deletions

View File

@@ -50,6 +50,7 @@ struct SaveFormat {
jpegQuality (90),
jpegSubSamp (2),
tiffBits (8),
tiffFloat(false),
tiffUncompressed (true),
saveParams (true)
{
@@ -60,6 +61,7 @@ struct SaveFormat {
int jpegQuality;
int jpegSubSamp; // 1=best compression, 3=best quality
int tiffBits;
bool tiffFloat;
bool tiffUncompressed;
bool saveParams;
};