merge with dev

This commit is contained in:
Desmis
2018-05-07 18:57:05 +02:00
11 changed files with 109 additions and 46 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_FORCEFORMATOPTS;Forcer les options d'enregistrement

View File

@@ -1350,11 +1350,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_FORCEFORMATOPTS;Force saving options