Merge branch 'dev' into 32b-tiff-output-cli

This commit is contained in:
Hombre
2018-05-07 09:59:25 +02:00
10 changed files with 107 additions and 44 deletions

View File

@@ -1213,7 +1213,9 @@ SAMPLEFORMAT_1;8 bits non signé
SAMPLEFORMAT_2;16 bits non signé
SAMPLEFORMAT_4;LogLuv 24 bits
SAMPLEFORMAT_8;LogLuv 32 bits
SAMPLEFORMAT_16;32 bits à virgule flottante
SAMPLEFORMAT_16;16 bits à virgule flottante
SAMPLEFORMAT_32;24 bits à virgule flottante
SAMPLEFORMAT_64;32 bits à virgule flottante
SAVEDLG_AUTOSUFFIX;Ajouter automatiquement un suffixe si le fichier existe déjà
SAVEDLG_FILEFORMAT;Format de fichier
SAVEDLG_FILEFORMAT_FLOAT; virgule flottante

View File

@@ -1212,11 +1212,13 @@ QINFO_ISO;ISO
QINFO_NOEXIF;Exif data not available.
QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
SAMPLEFORMAT_0;Unknown data format
SAMPLEFORMAT_1;Unsigned 8 bits
SAMPLEFORMAT_2;Unsigned 16 bits
SAMPLEFORMAT_4;LogLuv 24 bits
SAMPLEFORMAT_8;LogLuv 32 bits
SAMPLEFORMAT_16;32 bits floating point
SAMPLEFORMAT_1;8-bit unsigned
SAMPLEFORMAT_2;16-bit unsigned
SAMPLEFORMAT_4;24-bit LogLuv
SAMPLEFORMAT_8;32-bit LogLuv
SAMPLEFORMAT_16;16-bit floating-point
SAMPLEFORMAT_32;24-bit floating-point
SAMPLEFORMAT_64;32-bit floating-point
SAVEDLG_AUTOSUFFIX;Automatically add a suffix if the file already exists
SAVEDLG_FILEFORMAT;File format
SAVEDLG_FILEFORMAT_FLOAT; floating-point