Review: updated ociodisplay + ocioconvert


Jeremy Selan <jeremy...@...>
 

Issue:
http://github.com/imageworks/OpenColorIO/issues#issue/51

Commit:
http://github.com/jeremyselan/OpenColorIO/commit/afe8a04366515a152197c345e0362bd6f5540c37

* Added makefile support for ociodisplay + ocioconvert.

These are built optionally, if one adds the proper cmake options.

Example:
mkdir -p build && cd build
mkdir -p install
cmake -D CMAKE_BUILD_TYPE=Release \
-D CMAKE_INSTALL_PREFIX=install \
-D USE_OPENGL=1 \
-D USE_OIIO=1 \
-D OIIO_PATH=/net/homedirs/jeremys/svn/oiio/dist/spinux1/ \
-D PYTHON=/usr/bin/python2.5 \
../
make -j8 && make install

setenv $LD_LIBRARY_PATH to include OIIO + OCIO
setenv $OCIO path to .config
ociodisplay <IMG>


-- Jeremy


Malcolm Humphreys <malcolmh...@...>
 

LGTM

I was thinking rather than having these in src/examples they should be src/apps as
they will be pretty useful things to have around.

.malcolm

On 13/01/2011, at 10:06 AM, Jeremy Selan wrote:

Issue:
http://github.com/imageworks/OpenColorIO/issues#issue/51

Commit:
http://github.com/jeremyselan/OpenColorIO/commit/afe8a04366515a152197c345e0362bd6f5540c37

* Added makefile support for ociodisplay + ocioconvert.

These are built optionally, if one adds the proper cmake options.

Example:
mkdir -p build && cd build
mkdir -p install
cmake -D CMAKE_BUILD_TYPE=Release \
-D CMAKE_INSTALL_PREFIX=install \
-D USE_OPENGL=1 \
-D USE_OIIO=1 \
-D OIIO_PATH=/net/homedirs/jeremys/svn/oiio/dist/spinux1/ \
-D PYTHON=/usr/bin/python2.5 \
../
make -j8 && make install

setenv $LD_LIBRARY_PATH to include OIIO + OCIO
setenv $OCIO path to .config
ociodisplay <IMG>


-- Jeremy


Jeremy Selan <jeremy...@...>
 

Agreed; now moved into 'apps'.

On Wed, Jan 12, 2011 at 10:06 PM, Malcolm Humphreys
<malcolmh...@...> wrote:
LGTM

I was thinking rather than having these in src/examples they should be src/apps as
they will be pretty useful things to have around.

.malcolm