[Digikam-devel] [Bug 121646] Digikam on PPC has problem identifying JPEG and tries to use dcraw with them
Anthony Jones
kdebugs at antjones.fastmail.fm
Thu Feb 9 14:35:54 GMT 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=121646
kdebugs antjones fastmail fm changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kdebugs antjones fastmail fm
------- Additional Comments From kdebugs antjones fastmail fm 2006-02-09 15:35 -------
I believe that the bug was introduced here:
http://websvn.kde.org/branches/stable/extragear/graphics/digikam/utilities/imageeditor/imlibinterface.cpp?rev=493015&view=rev
And that the fix would be something along the lines of:
- unsigned short jpegID = 0xD8FF;
+ unsigned char [] jpegID = { 0xFF, 0xD8 };
(and corresponding fixes for TIFF ID)
Sorry I don't currently have time to write and test a proper patch!
Anthony
More information about the Digikam-devel
mailing list