-
```
In Issue 327 one can find the image '18_1805_a4_2.jp2'.
------------ start cdef -------------------
[0]c(0) typ(0) asoc(1)
[1]c(1) typ(0) asoc(2)
[2]c(2) typ(0) asoc(3)
[3]c(3) typ(1) asoc(0)
[4]…
-
```
AFAIK j2k.h and jp2.h header files are not installed on a standard
openjpeg installation. Is this intended ?
Here is the issue I am currently facing, in order to reject lossy
JP2/J2K stream in …
-
```
AFAIK j2k.h and jp2.h header files are not installed on a standard
openjpeg installation. Is this intended ?
Here is the issue I am currently facing, in order to reject lossy
JP2/J2K stream in …
-
```
AFAIK j2k.h and jp2.h header files are not installed on a standard
openjpeg installation. Is this intended ?
Here is the issue I am currently facing, in order to reject lossy
JP2/J2K stream in …
-
```
There I have two jp2 images,
("18_1805_a4_1.jp2", "18_1805_a4_2.jp2" in attach),
can not be decompress correctly.
When running opj_decompress exe,
"18_1805_a4_1.jp2" can get a bmp, but the colo…
-
```
There I have two jp2 images,
("18_1805_a4_1.jp2", "18_1805_a4_2.jp2" in attach),
can not be decompress correctly.
When running opj_decompress exe,
"18_1805_a4_1.jp2" can get a bmp, but the colo…
-
```
There I have two jp2 images,
("18_1805_a4_1.jp2", "18_1805_a4_2.jp2" in attach),
can not be decompress correctly.
When running opj_decompress exe,
"18_1805_a4_1.jp2" can get a bmp, but the colo…
-
```
In Issue 327 one can find the image '18_1805_a4_2.jp2'.
------------ start cdef -------------------
[0]c(0) typ(0) asoc(1)
[1]c(1) typ(0) asoc(2)
[2]c(2) typ(0) asoc(3)
[3]c(3) typ(1) asoc(0)
[4]…
-
Using TestClient and trying to upload an image with ``uploadimage`` results in a ``NullReferenceException`` error:
```
System.NullReferenceException: Object reference not set to an instance of an …
cxtal updated
1 month ago
-
```
./j2k_to_image -i beach_64bitsbox.jp2 -o beach.png
[ERROR] Integer overflow in box->length
[ERROR] Failed to decode jp2 structure
ERROR -> j2k_to_image: failed to decode image!
The error message…