Corrected RT version number in TIFF output

This commit is contained in:
Oliver Duis
2011-10-07 22:34:45 +02:00
parent 6a989d2267
commit 83e328c7cc

View File

@@ -819,7 +819,7 @@ int ImageIO::saveTIFF (Glib::ustring fname, int bps, bool uncompressed) {
}
TIFFSetField (out, TIFFTAG_SOFTWARE, "RawTherapee 3");
TIFFSetField (out, TIFFTAG_SOFTWARE, "RawTherapee 4");
TIFFSetField (out, TIFFTAG_IMAGEWIDTH, width);
TIFFSetField (out, TIFFTAG_IMAGELENGTH, height);
TIFFSetField (out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT);