fix RDR2 fileFormat
This commit is contained in:
parent
4fdde8e485
commit
8f8ef469d4
1 changed files with 2 additions and 2 deletions
|
@ -1052,7 +1052,7 @@ bool ProfileInterface::importImage(QImage *snapmaticImage, QDateTime importDateT
|
||||||
fileFormat = "PGTA5%1";
|
fileFormat = "PGTA5%1";
|
||||||
break;
|
break;
|
||||||
case RagePhoto::PhotoFormat::RDR2:
|
case RagePhoto::PhotoFormat::RDR2:
|
||||||
fileFormat = "PRDR3%1";
|
fileFormat = "PRDR3%1_1";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
fileFormat = "%1.lrpx";
|
fileFormat = "%1.lrpx";
|
||||||
|
@ -1108,7 +1108,7 @@ bool ProfileInterface::importSnapmaticPicture(SnapmaticPicture *picture, bool wa
|
||||||
spFormat = SnapmaticFormat::PGTA5_Format;
|
spFormat = SnapmaticFormat::PGTA5_Format;
|
||||||
break;
|
break;
|
||||||
case RagePhoto::PhotoFormat::RDR2:
|
case RagePhoto::PhotoFormat::RDR2:
|
||||||
fileFormat = "PRDR3%1";
|
fileFormat = "PRDR3%1_1";
|
||||||
spFormat = SnapmaticFormat::PRDR3_Format;
|
spFormat = SnapmaticFormat::PRDR3_Format;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue