Michael Adams
Michael Adams
[JasPer](https://github.com/jasper-software/jasper) would be one possible alternative to OpenJPEG.
JasPer does not officially support HEIC at present. I added some partial support for HEIC for experimentation purposes, but it is disabled by default (via the CMake option JAS_ENABLE_HEIC_CODEC). The...
@hhoffstaette As best I can tell from looking at the source code, the "2 < 20" is referring to the fact that the value of 2 guard bits specified on...
@hhoffstaette Thanks for checking this. So, it would appear that the use of musl somehow results in the number of necessary guard bits being computed incorrectly. Unfortunately, I don't recall...
I think that you can create a memory stream (i.e., buffer in memory) with jas_stream_memopen and then use jas_iccprof_save to write the ICC profile to the stream. You then have...
I would have to compute the correct values myself to be sure that they are correct. I do not have any script handy to compute these values, however.
I have been trying to use emscripten to compile some simple C++ programs that use exceptions into WebAssembly. I cannot, however, get wasmedge to run the resulting WebAssembly. For example,...
@q82419 Thank you for clarifying that the version of the EH specification implemented by WasmEdge is the most recent one (from Oct. 2023). I guess that the older EH specification...
@AlexanderRichert-NOAA : As of JasPer 4.2.6 (which I have just released), I have added experimental support for generating CMake package configuration files. This support is enabled/disabled by the JAS_ENABLE_CMAKE_PACKAGE_CONFIG CMake...
@AlexanderRichert-NOAA: I just wanted to ping you again to see if the option that I added for CMake (mentioned above) meets your needs. Please advise.