Ok, I think that basic JPEG2000 plugin that use OpenJpeg instead of Jasper is ready to merge to the trunk. Current implementation is much better then previous and with OpenJpeg more sample images from reference testsuite is processed correctly.
You can merge this Pull Request by running: git pull https://github.com/matekm/oiio jpeg2000_new Or you can view, comment on it, or merge it online at: https://github.com/OpenImageIO/oiio/pull/205 -- Commit Summary -- * Rewrote JPEG2000 plugin to use OpenJpeg library instead of Jasper. With Jasper there were some problems with profile 3 and 4 jpeg2000 spec. -- File Changes -- M Makefile (6) M src/CMakeLists.txt (2) M src/cmake/externalpackages.cmake (7) A src/cmake/modules/FindOpenJpeg.cmake (118) M src/jpeg2000.imageio/CMakeLists.txt (10) D src/jpeg2000.imageio/jpeg2000_pvt.h (131) M src/jpeg2000.imageio/jpeg2000input.cpp (439) M src/jpeg2000.imageio/jpeg2000output.cpp (527) M src/libOpenImageIO/CMakeLists.txt (24) M src/libOpenImageIO/imageioplugin.cpp (2) M testsuite/jpeg2000/ref/out.txt (104) M testsuite/jpeg2000/run.py (22) M testsuite/runtest.py (2) -- Patch Links -- https://github.com/OpenImageIO/oiio/pull/205.patch https://github.com/OpenImageIO/oiio/pull/205.diff --- Reply to this email directly or view it on GitHub: https://github.com/OpenImageIO/oiio/pull/205 _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
