[digikam] [Bug 360714] JPGEG2000 thumbnails shows as dimension 0x0 pixel
Posted by
bugzilla_noreply on
URL: http://digikam.185.s1.nabble.com/digikam-Bug-360714-New-JPGEG2000-thumbnails-shows-as-dimension-0x0-pixel-tp4683645p4693870.html
https://bugs.kde.org/show_bug.cgi?id=360714--- Comment #13 from Ulrich Eckhardt <
[hidden email]> ---
I have added the following printf statement at the end of jp2kloader.cpp
(around line 570), and there the image width and height is always printed
correctly:
jas_cleanup();
fprintf(stderr, "**** jp2kloader %d %d\n", imageWidth(), imageHeight());
return true;
}
--
You are receiving this mail because:
You are the assignee for the bug.