michaeldsmith

Results 10 issues of michaeldsmith

I get a seg fault in Ubuntu when using ojph_expand compile from current master branch with the HTJ2K J2C file in the attached zip ``` root@79f3152c1012:/usr/src/openjph/build# ../bin/ojph_expand -i ht_2160p_10_layers.j2c -o...

While I'm not suggesting that using HT with quality layers is a great idea for mainstream use, it could be important in some special use cases and also when transcoding...

add AddressSantizer build type to CMakelists.txt ``` set(CMAKE_CXX_FLAGS_ASAN "-fsanitize=address -fno-optimize-sibling-calls -fsanitize-address-use-after-scope -fno-omit-frame-pointer -g -O1" CACHE STRING "Flags used by the C++ compiler during AddressSanitizer builds." FORCE) ``` build unit tests...

building on MacOS release mode results in the following 5 warnings: 1. warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression] ```...

I think there is a typo in the documentation \CTL\doc\CtlManual.pdf section 2.4 Arrays, Static Data and Lookup Tables ![image](https://user-images.githubusercontent.com/37905569/223515250-f4f4d3e4-5068-4699-8e5a-f13e57982acd.png) Since the example lut3D is 4x4x4, and 3 lines are shown,...

With the `CMAKE_INSTALL_PREFIX` set to `C:/Program Files (x86)/CTL` in Windows 10, running Visual Studio with administrative privileges allows the INSTALL visual studio project to run by selecting Build on the...

addresses failures to statically link CTL to OpenEXR 2.x, which was due to the missing linkage to ZLIB, as discussed in issue #134. In OpenEXR 3.x, the linkage to ZLIB...

typo on line 58 of CMakelists.txt https://github.com/ampas/CTL/blob/b30c769d16cf5eca2e8fe59a8c9409168e40b1aa/CMakeLists.txt#L58C1-L58C126 `message( STAUTS " ZLIB is automatically linked when using OpenEXR 3.x but CTL needs to link to ZLIB if using OpenEXR 2.x" )`...

My understanding is that the internal memory structures in OpenJPH use 32-bit values to store image samples and wavelet coefficients. Depending on various factors (color transform, number of decomposition levels,...