-
```
Through the code the number of the currently being processed tiles was
sometimes logged as 0-based and sometimes as 1-based. Attached patch changes
this to consistently use 1-based indexes in lo…
-
```
Through the code the number of the currently being processed tiles was
sometimes logged as 0-based and sometimes as 1-based. Attached patch changes
this to consistently use 1-based indexes in lo…
-
```
Through the code the number of the currently being processed tiles was
sometimes logged as 0-based and sometimes as 1-based. Attached patch changes
this to consistently use 1-based indexes in lo…
-
Could we add a link to the Sipi Github repository somewhere in the documentation (preferably at the top of the page)?
Additional I had the following errors during installation and build. I was able…
-
```
image_to_j2k -i 500px.png -o 500px.png.jp2
[INFO] tile number 1 / 1
[INFO] - tile encoded in 0.003000 s
Generated outfile 500px.png.jp2
./opj_compress -i 500px.png -o kaputt.jp2
/sources/LIB/OP…
-
```
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 …
-
```
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 …
-
```
The only decent log library for c seems to be zlog
http://hardysimpson.github.io/zlog/
But it is posix only. We would need to do a windows port.
In the meantime, we could probably use the same i…