https://bugs.kde.org/show_bug.cgi?id=407262
Maik Qualmann <metzping...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |metzping...@gmail.com --- Comment #1 from Maik Qualmann <metzping...@gmail.com> --- The basic problem is clear, also has something to do with Bug 372340. A problem is also the use of the half RAW size as a preview image. Another is that we did not get the correct original size when loading the RAW preview from this Panasonic files. @Gilles, there are 2 different functions for determining the original size. In the properties tab, RAW files use MetaEngine::getItemDimensions(). This function actually determines the correct value. The preview loader will use the MetaEngine::getPixelSize() function to set the "OriginalSize" attribute when loading the half RAW size. This provides a false height of 200 pixels because Exiv2 internally uses the Sensor Width and Sensor Height values for this Panasonic RAW. Do you know from the story of the development, why there are 2 functions for the image size? Maik -- You are receiving this mail because: You are watching all bug changes.