Summary: | Import of raw cr2 or NEF files failes | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Teunis <dverbeek> |
Component: | File formats | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/4a54b5f57bf8e424f23597caf9ec02e4b4b3ee2e | Version Fixed In: | |
Sentry Crash Report: |
Description
Teunis
2012-07-26 08:23:23 UTC
Hi Teunis, Thanks for your report. I've only got Fuji raw images (.RAF) here, and those still seem to work, at least on my opensuse development setup. Could you send me a NEF and RC2 file (boud@valdyas.org)? Then I'll test in a kubuntu vm with updated packages. Op 26-07-12 10:32 schreef Boudewijn Rempt: > https://bugs.kde.org/show_bug.cgi?id=304074 > > Boudewijn Rempt <boud@valdyas.org> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |boud@valdyas.org > > --- Comment #1 from Boudewijn Rempt <boud@valdyas.org> --- > Hi Teunis, > > Thanks for your report. I've only got Fuji raw images (.RAF) here, and those > still seem to work, at least on my opensuse development setup. Could you send > me a NEF and RC2 file (boud@valdyas.org)? Then I'll test in a kubuntu vm with > updated packages. > Hello Boudewijn, Thanks for the prompt action. http://dl.dropbox.com/u/2701978/IMG_0025.CR2 http://dl.dropbox.com/u/2701978/DSC_0074.NEF I do realise the Kubuntu ppa has not updated to the last RC. Regards, Teunis Yes, I can confirm the problem with these files, even on my development system. I'm suspecting that something with the mime type detection got broken recently. Hm... digikam can open these files right, so it's not something that's changed in kde's mimetype handling, but it's a problem in krita/calligra itself. Op 26-07-12 11:08 schreef Boudewijn Rempt: > https://bugs.kde.org/show_bug.cgi?id=304074 > > --- Comment #4 from Boudewijn Rempt <boud@valdyas.org> --- > Hm... digikam can open these files right, so it's not something that's changed > in kde's mimetype handling, but it's a problem in krita/calligra itself. > Yes digikam, showFoto and Gimp (with the gimp-ufraw import plug-in) still work on these files. hm, it's because krita thinks that all these files are TIFF files. Probably because the magic number is the same as that for tiff. Git commit 4162dc5bd723abb480c7a65a740dfb63d60666a5 by Boudewijn Rempt. Committed on 26/07/2012 at 11:24. Pushed by rempt into branch 'master'. Don't double-check the mimetype for raw files Raw files like CR2 and NEF are actually a weird kind of file, NEF for instance identifies as TIFF, but isn't. So if people rename their NEF file to PNG, they are screwed, we cannot check the actual file contents to determine the mimetype. M +0 -1 libs/main/KoDocument.cpp http://commits.kde.org/calligra/4162dc5bd723abb480c7a65a740dfb63d60666a5 Git commit 4a54b5f57bf8e424f23597caf9ec02e4b4b3ee2e by Boudewijn Rempt. Committed on 26/07/2012 at 11:24. Pushed by rempt into branch 'calligra/2.5'. Don't double-check the mimetype for raw files Raw files like CR2 and NEF are actually a weird kind of file, NEF for instance identifies as TIFF, but isn't. So if people rename their NEF file to PNG, they are screwed, we cannot check the actual file contents to determine the mimetype. M +0 -1 libs/main/KoDocument.cpp http://commits.kde.org/calligra/4a54b5f57bf8e424f23597caf9ec02e4b4b3ee2e Thanks again for testing the RC and spotting the problem, now the error won't be in 2.5.0 :-). Op 26-07-12 11:27 schreef Boudewijn Rempt: > https://bugs.kde.org/show_bug.cgi?id=304074 > > --- Comment #9 from Boudewijn Rempt <boud@valdyas.org> --- > Thanks again for testing the RC and spotting the problem, now the error won't > be in 2.5.0 :-). > The pleasure is mine for being able to use this nice product! Regards, Teunis |