Request contains 4 commits: a) 3 commits from last GSoC (2011) with my XPM input plugin (It was not accepted because i didnt write test) b) 4th commit for current GSoC. It contains some improvements for xpm input plugin (cosmetic changes, and also added code to support reading 3byte and 12byte RGB color from file). I attached also test for my plugin.
You can merge this Pull Request by running: git pull https://github.com/sagittarius89/oiio master Or you can view, comment on it, or merge it online at: https://github.com/OpenImageIO/oiio/pull/272 -- Commit Summary -- * Initial version of XPM input plugin. * Code refactored. All warnings fixed. Link to specyfication of XPM format added. * Code refactoring, and style changes. * My sample code for GSoC contains xpm format input plugin and test. -- File Changes -- M src/CMakeLists.txt (3) M src/libOpenImageIO/CMakeLists.txt (1) M src/libOpenImageIO/imageioplugin.cpp (2) A src/xpm.imageio/CMakeLists.txt (2) A src/xpm.imageio/xpm_pvt.h (65) A src/xpm.imageio/xpminput.cpp (479) A src/xpm.imageio/xpmoutput.cpp (46) A testsuite/xpm/ref/out.txt (15) A testsuite/xpm/run.py (32) -- Patch Links -- https://github.com/OpenImageIO/oiio/pull/272.patch https://github.com/OpenImageIO/oiio/pull/272.diff --- Reply to this email directly or view it on GitHub: https://github.com/OpenImageIO/oiio/pull/272 _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
