Add multi-frame handling.
- Exif of all frames are displayed in the Editor's Exif tab (without separator) - isHDR and isPixelShift is added to the data files stored in cache - In the Editor panel, the QuickInfo frame display the HDR and PixelShift information, as well as the number of frame and bit-depth for HDR image - the number of frame is provided by dcraw. If not set, it is provided by the Exif's main IFD count - the PixelShift information (for Pentax as of now) is provided by looking at the Exif informations - the HDR information is provided by the Exif information of the first frame for Pentax raw files, or by the bitspersample, sampleformat and compression tags for other files TODO: add icons to the thumbnails to tag HDR and PixelShift files.
This commit is contained in:
@@ -1157,8 +1157,16 @@ PROGRESSBAR_SAVEPNG;Saving PNG file...
|
||||
PROGRESSBAR_SAVETIFF;Saving TIFF file...
|
||||
PROGRESSBAR_SNAPSHOT_ADDED;Snapshot added
|
||||
PROGRESSDLG_PROFILECHANGEDINBROWSER;Processing profile changed in browser
|
||||
QINFO_HDR;HDR / %1 frame(s)
|
||||
QINFO_ISO;ISO
|
||||
QINFO_NOEXIF;Exif data not available.
|
||||
QINFO_PIXELSHIFT;PixelShift / %1 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
|
||||
SAVEDLG_AUTOSUFFIX;Automatically add a suffix if the file already exists
|
||||
SAVEDLG_FILEFORMAT;File format
|
||||
SAVEDLG_FORCEFORMATOPTS;Force saving options
|
||||
|
Reference in New Issue
Block a user