You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems that I'm not being able to read j2c image (jp2 works as a charm).
The issue seems to be with reading headers since this line of code is causing the problem.
"if (!lib.opj_read_header(stream, codec, imgPtr)) { ...."
I've tried using command line tool for parsing this image and it says it works well.
"[INFO] Start to read j2k main header (0).
[INFO] Main header has been correctly decoded."
What can be the cause of this? Do you have any ideas?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello,
Seems that I'm not being able to read j2c image (jp2 works as a charm).
The issue seems to be with reading headers since this line of code is causing the problem.
"if (!lib.opj_read_header(stream, codec, imgPtr)) { ...."
I've tried using command line tool for parsing this image and it says it works well.
"[INFO] Start to read j2k main header (0).
[INFO] Main header has been correctly decoded."
What can be the cause of this? Do you have any ideas?
Thanks in advance.
The text was updated successfully, but these errors were encountered: