PNG EXIF display is implemented in FastRawViewer 1.5.0 Beta2 (build 1464).
Note: EXIF data in PNG files is stored after image section and PNG format is built for sequential access (only forward). So it is not possible to extract EXIF data from PNG without full image section decompress (this is slow for large images).
So:
In Single file view mode EXIF data is displayed for PNG files
In Grid mode it displayed only if thumbnail is not fetched from Thumbnails cache, but created from PNG file
It is not possible to sort PNG files on EXIF timestamp because metadata extraction tooks too long time (b/c of full decode) for these files.
PNG EXIF display is
PNG EXIF display is implemented in FastRawViewer 1.5.0 Beta2 (build 1464).
Note: EXIF data in PNG files is stored after image section and PNG format is built for sequential access (only forward). So it is not possible to extract EXIF data from PNG without full image section decompress (this is slow for large images).
So:
--
Alex Tutubalin/FastRawViewer team