View on GitHub

OpenJPH

Open-source implementation of JPEG2000 Part-15 (or JPH or HTJ2K)

Fuzzer Target

Fuzzer targets intended for use with oss-fuzz can be build using the OJPH_BUILD_FUZZER build option.

The targets can be run locally as follows:

cd build
cmake .. -DOJPH_BUILD_FUZZER=ON
./fuzzing/ojph_expand_fuzz_target <test case>