pylibjpeg-openjpeg icon indicating copy to clipboard operation
pylibjpeg-openjpeg copied to clipboard

A J2K, JP2 and HTJ2K plugin for pylibjpeg

Results 5 pylibjpeg-openjpeg issues
Sort by recently updated
recently updated
newest added

There's an upstream issue with openjpeg not encoding 1-bit images correctly if they're over a certain size. Which I missed in testing because I set the upper limit on the...

bug

Being able to access JP2 colour spaces without decoding requires the version bump.

enhancement

For some reasons the lib gets built twice, which is really annoying.

housekeeping

A heap-based buffer overflow was found in openjpeg in color.c:379:42 in sycc420_to_rgb when decompressing a crafted .j2k file. An attacker could use this to execute arbitrary code with the permissions...

I found encode jpeg by this lib will slow down other party of program by accident, and I do not find any `with nogil` in cython file, did you forget...