I've added a new flag --colorspace, which should be used when no color conversion is taking place. This makes it a bit more obvious that we're not changing the colorspace but merely defining the input colorspace for conversion to linear. Otherwise, we'd have to issue '--colorconvert sRGB sRGB' to get the same effect and that's a little too implicit to get what we're after.
You can merge this Pull Request by running: git pull https://github.com/sjparker/oiio master Or you can view, comment on it, or merge it online at: https://github.com/OpenImageIO/oiio/pull/379 -- Commit Summary -- * colorspace conversion to linear prior to filtering * works on linux * changed help for colorspace flag -- File Changes -- M .gitignore (10) M src/maketx/maketx.cpp (272) -- Patch Links -- https://github.com/OpenImageIO/oiio/pull/379.patch https://github.com/OpenImageIO/oiio/pull/379.diff --- Reply to this email directly or view it on GitHub: https://github.com/OpenImageIO/oiio/pull/379 _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
