https://bugs.kde.org/show_bug.cgi?id=360714

--- Comment #13 from Ulrich Eckhardt <k...@uli-eckhardt.de> ---
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 watching all bug changes.

Reply via email to