[Digikam-devel] [Bug 206071] Not reading image properties
Marcel Wiesweg
marcel.wiesweg at gmx.de
Fri Sep 4 15:43:56 BST 2009
https://bugs.kde.org/show_bug.cgi?id=206071
Marcel Wiesweg <marcel.wiesweg at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #11 from Marcel Wiesweg <marcel wiesweg gmx de> 2009-09-04 16:43:52 ---
SVN commit 1019827 by mwiesweg:
Fix subtle bug in the JPEG loader that broke scanning images:
jpeg_finish_decompress was moved from the data loading code down below reading
the ICC profile,
which was broken previously because the decompressing had already been closed.
When image data is not loaded (as for scanning), calling jpeg_finish_decompress
without
calling jpeg_start_decompress before resulted in an error, which meant the
loader returned
false before setting width and height.
BUG: 206071
M +2 -1 NEWS
M +15 -2 libs/dimg/loaders/jpegloader.cpp
WebSVN link: http://websvn.kde.org/?view=rev&revision=1019827
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list