-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with second layer of a 2 layer coded LRCP (with precincts) #135
Comments
Reported by malaterre on 2012-05-21 14:04:55
|
Reported by malaterre on 2012-05-21 14:05:34 |
Reported by savmickael on 2012-11-12 16:33:37 |
Reported by savmickael on 2012-11-13 10:03:53 - _Attachment: [patch_opj_issue135.diff](https://storage.googleapis.com/google-code-attachments/openjpeg/issue-135/comment-4/patch_opj_issue135.diff)_ |
Reported by savmickael on 2012-11-20 10:08:00 |
Reported by malaterre on 2014-02-25 16:05:17
|
Reported by malaterre on 2014-02-26 16:19:41 |
Reported by malaterre on 2014-02-26 16:20:42 |
Reported by malaterre on 2014-02-27 14:20:25
|
Reported by malaterre on 2014-03-07 14:59:13 |
Reported by malaterre on 2014-03-12 14:56:13 |
Reported by malaterre on 2014-03-12 15:04:47 |
Reported by szukw000 on 2014-03-12 20:07:06 |
Reported by malaterre on 2014-03-14 11:07:25 |
Reported by szukw000 on 2014-03-18 12:29:42 |
Reported by malaterre on 2014-03-19 09:25:14 |
Reported by malaterre on 2014-03-25 10:38:34
|
Reported by szukw000 on 2014-04-15 11:02:14 - _Attachment: issue135-test-12.j2c-r4.png ![issue135-test-12.j2c-r4.png](https://storage.googleapis.com/google-code-attachments/openjpeg/issue-135/comment-18/issue135-test-12.j2c-r4.png)_ |
I have found that RaspberryPi ( a 32-Bit machine ) does show the KODAK LINUX 32-Bit does show the KODAK image broken. 'opj_decompress' on winfried |
By changing line 1408 of t1.c from for (passno = 0; passno < seg->real_num_passes; ++passno) { to for (passno = 0; (passno < seg->real_num_passes) && (bpno_plus_one >= 1); ++passno) { File seem to decode properly (as well as test_lossless.j2k from the test suite). I tried this following report from UBSan on CDash: http://my.cdash.org/viewDynamicAnalysisFile.php?id=3209124 |
@mayeut , the change in line 1408 of t1.c was successful: RaspberryPi I could not test because of: CMake Error at src/lib/openjp2/CMakeLists.txt:88 (target_compile_options): -- Configuring incomplete, errors occurred! winfried |
@mayeut, winfried |
@mayeut could you create a PR with the correction you proposed above ? |
Originally reported on Google Code with ID 135
Reported by
luca.trisciani
on 2012-03-14 16:07:08- _Attachment: [test-12.j2c](https://storage.googleapis.com/google-code-attachments/openjpeg/issue-135/comment-0/test-12.j2c)_
The text was updated successfully, but these errors were encountered: