Jeremy Selan <jeremy...@...>
Hello, Where are you getting this version of OCIO from? You are using v0.8.2, which is very old. I'd recommend getting the latest from http://opencolorio.org/downloads.htmlhttp://github.com/imageworks/OpenColorIO/tarball/v1.0.7which is 1.0.7. Most major linux distros are supported. Which are you interested in? I believe package configurations already exist for many linux distros, which will make installation even easier. -- Jeremy On Wed, Jun 13, 2012 at 3:58 AM, Chellasundar Sundarajan <chellas...@...> wrote: Dear Sir / Madam,
Good Evening.
I have some doubt is there , I am try to install imageworks-OpenColorIO-v0.8.2-0-gb95e0e4.tar.gz file on Linux OS (CentOS 6 -64bit).
But am unable to executable file ociobakelut Path is (/software/ocio/bin).
Kindly guide me and send me document for How to install imageworks-OpenColorIO-v0.8.2-0 on Linux system.
And also which Linux Flavours support for this version installation ?
-- Thanks & Regards, ChellaSundar SR System Administrator EFX - Prasad Corporation Ltd.
|
|
Richard Shaw <hobbe...@...>
On Wed, Jun 13, 2012 at 11:44 AM, Jeremy Selan <jeremy...@...> wrote: Most major linux distros are supported. Which are you interested in? I believe package configurations already exist for many linux distros, which will make installation even easier. Yup, OpenColorIO 1.0.7 is in Fedora EPEL repository for EL6. Instructions for installation of the repository are available here: http://fedoraproject.org/wiki/EPEL(note to self: I need to create some simple instructions for Fedora and RHEL/CentOS and get you guys to put it on the homepage.)
|
|
Chellasundar Sundarajan <chellas...@...>
Dear Sir / Madam, Good Morning. Thanks for your Valuable Support. I am try to convert a file .look format to truelight (.lut) format. Already i was tried out Latest version of OpenColorIO-1.0.7-4.fc16.x86_64.rpm (Fedora 16),
and also i was tried out OpenColorIO-1.0.7-4.el6.x86_64.rpm (Redhat EL 6) but its not supported. Its showing Error is OCIO Error: Error baking truelight:Format truelight does not support writing.
Then i was find out from the Web Site : http://dbr.github.com/OpenColorIO/FAQ.html Imageworks-OpenColorIO-v0.8.2 Version only Full Support for this Truelight conversion.
Kindly guide me how to install V.0.8.2 in Linux Version ?-- Thanks & Regards, ChellaSundar SR System Administrator EFX - Prasad Corporation Ltd.
toggle quoted message
Show quoted text
On Thu, Jun 14, 2012 at 10:00 AM, Venkatesh Prabhu <venkates...@...> wrote:
------- Forwarded message -------
From: "Jeremy Selan" < jeremy...@...>
To: ocio...@...
Cc: ocio-...@..., chandras...@..., Bala < ba...@...>, "rsathish kumar" < sathish...@...>, "Venkatesh Prabhu" < venkateshprabhu.t@efxmagic.com>
Subject: Re: [ocio-dev] How to install imageworks-OpenColorIO-v0.8.2- 0 on Linux System
Date: Wed, 13 Jun 2012 22:14:59 +0530
Hello,
Where are you getting this version of OCIO from? You are using
v0.8.2, which is very old. I'd recommend getting the latest from
http://opencolorio.org/downloads.html
http://github.com/imageworks/OpenColorIO/tarball/v1.0.7
which is 1.0.7.
Most major linux distros are supported. Which are you interested in?
I believe package configurations already exist for many linux distros,
which will make installation even easier.
-- Jeremy
On Wed, Jun 13, 2012 at 3:58 AM, Chellasundar Sundarajan
< chellas...@...> wrote:
Dear Sir / Madam,
Good Evening.
I have some doubt is there , I am try to install
imageworks-OpenColorIO-v0.8.2-0-gb95e0e4.tar.gz file on Linux OS (CentOS 6
-64bit).
But am unable to executable file ociobakelut Path is (/software/ocio/bin).
Kindly guide me and send me document for How to install
imageworks-OpenColorIO-v0.8.2-0 on Linux system.
And also which Linux Flavours support for this version installation ?
--
Thanks & Regards,
ChellaSundar SR
System Administrator
EFX - Prasad Corporation Ltd.
|
|
Richard Shaw <hobbe...@...>
On Thu, Jun 14, 2012 at 12:02 AM, Chellasundar Sundarajan <chellas...@...> wrote: Dear Sir / Madam,
Good Morning.
Thanks for your Valuable Support.
I am try to convert a file .look format to truelight (.lut) format. Already i was tried out Latest version of OpenColorIO-1.0.7-4.fc16.x86_64.rpm (Fedora 16),
and also i was tried out OpenColorIO-1.0.7-4.el6.x86_64.rpm (Redhat EL 6) but its not supported. Its showing Error is OCIO Error: Error baking truelight:Format truelight does not support writing.
Then i was find out from the Web Site : http://dbr.github.com/OpenColorIO/FAQ.html Imageworks-OpenColorIO-v0.8.2 Version only Full Support for this Truelight conversion. Hmm.. I didn't see any "version" information on that page. The problem is that Truelight and NUKE are commercial products, which is why they can't be included in the Fedora and EPEL versions, so yes, you'll have to build it yourself, but rather than doing it manually I would recommend downloading the source RPM and rebuilding it with rpmbuild. This will give you an installable RPM so you don't have to manage install locations and makes upgrades easier. If you have Truelight installed it should pick it up automatically (Jeremy correct me if I'm wrong!) Thanks, Richard
|
|
The docs you link to are an outdated version on my fork of the project (the domain being dbr.github.com), the up-to-date docs are at:
Richard - the Truelight thing you refer to is different - there's the full Truelight API based thing (TruelightTransform), which isn't built unless you enable it, and have the SDK. This allows you to load full Truelight profiles (which usually consist of a bunch of directories like "profile/", "display/", "lamp/", "recorder/" and so on)
There's also a simple .cub Truelight LUT format, which seems to be causing the problem here (it's always built, and has no external dependencies)
Problem being the Truelight .cub format only supports reading currently, http://opencolorio.org/FAQ.html "Truelight format. Shaper Lut + 3D. Full read support."
Is there another LUT format you can use? The .csp (CineSpace), .3dl (Autodesk), .hdl (Houdini/MPlay) currently support writing - the rest are read only I think
Adding write support for writing .cub LUT's should be pretty straight forward, it's just not been done yet.
toggle quoted message
Show quoted text
On 14/06/2012, at 2:11 PM, Richard Shaw wrote: On Thu, Jun 14, 2012 at 12:02 AM, Chellasundar Sundarajan < chellas...@...> wrote: Dear Sir / Madam,
Good Morning.
Thanks for your Valuable Support.
I am try to convert a file .look format to truelight (.lut) format. Already
i was tried out Latest version of OpenColorIO-1.0.7-4.fc16.x86_64.rpm
(Fedora 16),
and also i was tried out OpenColorIO-1.0.7-4.el6.x86_64.rpm (Redhat EL 6)
but its not supported. Its showing Error is OCIO Error: Error baking
truelight:Format truelight does not support writing.
Then i was find out from the Web Site :
http://dbr.github.com/OpenColorIO/FAQ.html Imageworks-OpenColorIO-v0.8.2
Version only Full Support for this Truelight conversion.
Hmm.. I didn't see any "version" information on that page. The problem is that Truelight and NUKE are commercial products, which is why they can't be included in the Fedora and EPEL versions, so yes, you'll have to build it yourself, but rather than doing it manually I would recommend downloading the source RPM and rebuilding it with rpmbuild. This will give you an installable RPM so you don't have to manage install locations and makes upgrades easier. If you have Truelight installed it should pick it up automatically (Jeremy correct me if I'm wrong!) Thanks, Richard
|
|
Chellasundar Sundarajan <chellas...@...>
Dear Sir / Madam, Good Afternoon. Kindly give me a solution below mentioned mail.
-- Thanks & Regards, ChellaSundar SR System Administrator EFX - Prasad Corporation Ltd.
toggle quoted message
Show quoted text
On Thu, Jun 14, 2012 at 10:32 AM, Chellasundar Sundarajan <chellas...@...> wrote:
Dear Sir / Madam, Good Morning. Thanks for your Valuable Support. I am try to convert a file .look format to truelight (.lut) format. Already i was tried out Latest version of OpenColorIO-1.0.7-4.fc16.x86_64.rpm (Fedora 16),
and also i was tried out OpenColorIO-1.0.7-4.el6.x86_64.rpm (Redhat EL 6) but its not supported. Its showing Error is OCIO Error: Error baking truelight:Format truelight does not support writing.
Then i was find out from the Web Site : http://dbr.github.com/OpenColorIO/FAQ.html Imageworks-OpenColorIO-v0.8.2 Version only Full Support for this Truelight conversion.
Kindly guide me how to install V.0.8.2 in Linux Version ?-- Thanks & Regards, ChellaSundar SR System Administrator EFX - Prasad Corporation Ltd.
On Thu, Jun 14, 2012 at 10:00 AM, Venkatesh Prabhu <venkates...@...> wrote:
------- Forwarded message -------
From: "Jeremy Selan" < jeremy...@...>
To: ocio...@...
Cc: ocio-...@..., chandras...@..., Bala < ba...@...>, "rsathish kumar" < sathish...@...>, "Venkatesh Prabhu" < venkateshprabhu.t@efxmagic.com>
Subject: Re: [ocio-dev] How to install imageworks-OpenColorIO-v0.8.2- 0 on Linux System
Date: Wed, 13 Jun 2012 22:14:59 +0530
Hello,
Where are you getting this version of OCIO from? You are using
v0.8.2, which is very old. I'd recommend getting the latest from
http://opencolorio.org/downloads.html
http://github.com/imageworks/OpenColorIO/tarball/v1.0.7
which is 1.0.7.
Most major linux distros are supported. Which are you interested in?
I believe package configurations already exist for many linux distros,
which will make installation even easier.
-- Jeremy
On Wed, Jun 13, 2012 at 3:58 AM, Chellasundar Sundarajan
< chellas...@...> wrote:
Dear Sir / Madam,
Good Evening.
I have some doubt is there , I am try to install
imageworks-OpenColorIO-v0.8.2-0-gb95e0e4.tar.gz file on Linux OS (CentOS 6
-64bit).
But am unable to executable file ociobakelut Path is (/software/ocio/bin).
Kindly guide me and send me document for How to install
imageworks-OpenColorIO-v0.8.2-0 on Linux system.
And also which Linux Flavours support for this version installation ?
--
Thanks & Regards,
ChellaSundar SR
System Administrator
EFX - Prasad Corporation Ltd.
|
|