|
Re: Bugs in Windows build process
We dont yet have a how to on the windows build process, though we
certainly would like to get one going!
(Are there any volunteers on the list to assist with this?) In the
long term, I think it
We dont yet have a how to on the windows build process, though we
certainly would like to get one going!
(Are there any volunteers on the list to assist with this?) In the
long term, I think it
|
By
Jeremy Selan <jeremy...@...>
·
#1103
·
|
|
ocio for windows
Hello,
Is there a step by step guide to compile ocio for windows. I have been reading thru the articles. Not clear on how exactly to go about.
--
Thanking You,
Nishith P Singhai | Senior
Hello,
Is there a step by step guide to compile ocio for windows. I have been reading thru the articles. Not clear on how exactly to go about.
--
Thanking You,
Nishith P Singhai | Senior
|
By
Nishith Singhai <nishith...@...>
·
#1102
·
|
|
Re: .ICC not requiring --copyright info
yup, please clean up that error code too, thanks!
We should also try to take advantage of github for code-checkin
specific comments and discussions. I dont want to overwhelm people
with minutia of
yup, please clean up that error code too, thanks!
We should also try to take advantage of github for code-checkin
specific comments and discussions. I dont want to overwhelm people
with minutia of
|
By
Jeremy Selan <jeremy...@...>
·
#1100
·
|
|
Re: .ICC not requiring --copyright info
Should I pull out the code path in main.cpp that returns an error if --copyright is not set?
It seems vestigial at this point.
Should I pull out the code path in main.cpp that returns an error if --copyright is not set?
It seems vestigial at this point.
|
By
Andrew Britton <andrew.d...@...>
·
#1099
·
|
|
Re: .ICC not requiring --copyright info
Your last sentence is right, it does not error because there is a default value for 'copyright':
std::string copyright = "OpenColorIO (Sony Imageworks)";
Whereas others like description are
Your last sentence is right, it does not error because there is a default value for 'copyright':
std::string copyright = "OpenColorIO (Sony Imageworks)";
Whereas others like description are
|
By
dbr/Ben <dbr....@...>
·
#1101
·
|
|
Re: Rendering per-shot grades with ocioconvert
i'd recommend also looking at oiio-tool (part of openimageio) as a
command-line image utility.
ocioconvert is super bare bones, and i'm actually consider moving into
the oiio project itself. (I dont
i'd recommend also looking at oiio-tool (part of openimageio) as a
command-line image utility.
ocioconvert is super bare bones, and i'm actually consider moving into
the oiio project itself. (I dont
|
By
Jeremy Selan <jeremy...@...>
·
#1097
·
|
|
Re: Rendering per-shot grades with ocioconvert
*Adding*
By
bsloan <bsl...@...>
·
#1096
·
|
|
Re: Rendering per-shot grades with ocioconvert
Thanks all. Yes, I was able to get the desired result by add a colorspace to the config that applies the grade and the display LUT.
We're trying ocioconvert as a way to make LUT-baked jpeg proxies of
Thanks all. Yes, I was able to get the desired result by add a colorspace to the config that applies the grade and the display LUT.
We're trying ocioconvert as a way to make LUT-baked jpeg proxies of
|
By
bsloan <bsl...@...>
·
#1095
·
|
|
.ICC not requiring --copyright info
I've been building various .ICC files and not once have I set the --copyright flag and not once has an error been thrown. After looking in the main.cpp for ociobakelut I see that it should be throwing
I've been building various .ICC files and not once have I set the --copyright flag and not once has an error been thrown. After looking in the main.cpp for ociobakelut I see that it should be throwing
|
By
Andrew Britton <andrew.d...@...>
·
#1094
·
|
|
Re: Rendering per-shot grades with ocioconvert
If you look at the spi-vfx configuration, the srgb8 and p3dci8 color spaces incorporate a film look using a 3D LUT. That's why you can use them as an output space but not an input space (the 3D LUT
If you look at the spi-vfx configuration, the srgb8 and p3dci8 color spaces incorporate a film look using a 3D LUT. That's why you can use them as an output space but not an input space (the 3D LUT
|
By
Brendan Bolles <bre...@...>
·
#1093
·
|
|
Re: Rendering per-shot grades with ocioconvert
It would be easy to add an "ocioconvert --look blah" argument. Made a ticket for that:
https://github.com/imageworks/OpenColorIO/issues/292
I think ocioconvert is mainly intended as an example of how
It would be easy to add an "ocioconvert --look blah" argument. Made a ticket for that:
https://github.com/imageworks/OpenColorIO/issues/292
I think ocioconvert is mainly intended as an example of how
|
By
dbr/Ben <dbr....@...>
·
#1098
·
|
|
Rendering per-shot grades with ocioconvert
Apologies if this is a repeat question:
Ocioconvert takes an input and output colorspace from the current ocio.config and applies a transform to an input image.
Is it possible to apply a look as well?
Apologies if this is a repeat question:
Ocioconvert takes an input and output colorspace from the current ocio.config and applies a transform to an input image.
Is it possible to apply a look as well?
|
By
Blake Sloan <bsl...@...>
·
#1092
·
|
|
Re: SceneLinear to LogC into an ICC profile
Am 04.12.2012 02:27, schrieb Brendan Bolles:
It is not.
Filename == description is a good assumtion at profile write time.
kind regards
Kai-Uwe
--
www.oyranos.org
Am 04.12.2012 02:27, schrieb Brendan Bolles:
It is not.
Filename == description is a good assumtion at profile write time.
kind regards
Kai-Uwe
--
www.oyranos.org
|
By
Kai-Uwe Behrmann <ku...@...>
·
#1091
·
|
|
Re: SceneLinear to LogC into an ICC profile
Added for tracking. Should be easy to fix. Sorry for not catching this sooner.
https://github.com/imageworks/OpenColorIO/issues/291
Added for tracking. Should be easy to fix. Sorry for not catching this sooner.
https://github.com/imageworks/OpenColorIO/issues/291
|
By
Jeremy Selan <jeremy...@...>
·
#1090
·
|
|
Re: SceneLinear to LogC into an ICC profile
I'd call that a bug. Currently ociobakelut gives an error you don't provide a copyright, but it should really give an error if there's no description. Copyright is more optional, I think.
If no
I'd call that a bug. Currently ociobakelut gives an error you don't provide a copyright, but it should really give an error if there's no description. Copyright is more optional, I think.
If no
|
By
Brendan Bolles <bre...@...>
·
#1089
·
|
|
Re: SceneLinear to LogC into an ICC profile
I've solved the error of Photoshop (ver12.1 x64), for PC, not recognizing my ICC files. In my attempts to convert a LUT to an .ICC file I was originally forgetting to include the "--description" flag.
I've solved the error of Photoshop (ver12.1 x64), for PC, not recognizing my ICC files. In my attempts to convert a LUT to an .ICC file I was originally forgetting to include the "--description" flag.
|
By
Andrew Britton <cbsd....@...>
·
#1088
·
|
|
Re: 最新112届 2012秋季广交会买家,B2B询盘买家、thomasnet 采购商,海关数据,群发软件,展会买家 仅300元!
Sorry about the spam, folks!
This is what happens when I'm still jetlagged and try to take care of online work at 5 AM. ;)
-- Jeremy
Sorry about the spam, folks!
This is what happens when I'm still jetlagged and try to take care of online work at 5 AM. ;)
-- Jeremy
|
By
Jeremy Selan <jeremy...@...>
·
#1086
·
|
|
Re: 最新112届 2012秋季广交会买家,B2B询盘买家、thomasnet 采购商,海关数据,群发软件,展会买家 仅300元!
And so the Chinese cyber terrorism unit has finally worked out that we were a major threat to the party. All this talk of BRDF shading must have scared them. :)
2022/11/29 有效果再付款
And so the Chinese cyber terrorism unit has finally worked out that we were a major threat to the party. All this talk of BRDF shading must have scared them. :)
2022/11/29 有效果再付款
|
By
Simon Legrand <legran...@...>
·
#1087
·
|
|
Re: SceneLinear to LogC into an ICC profile
There are at least two open source CMM's around, which support float style lookup tables. One is used in Krita, which in turn links to OCIO.
The involved Lcms CMM has since version 2.4 a option to
There are at least two open source CMM's around, which support float style lookup tables. One is used in Krita, which in turn links to OCIO.
The involved Lcms CMM has since version 2.4 a option to
|
By
Kai-Uwe Behrmann <ku...@...>
·
#1084
·
|
|
Re: SceneLinear to LogC into an ICC profile
The --inputspace/--outputspace arguments are only required when using an OCIO config. The --lut argument is used, alone, for "Config-free
The --inputspace/--outputspace arguments are only required when using an OCIO config. The --lut argument is used, alone, for "Config-free
|
By
dbr/Ben <dbr....@...>
·
#1085
·
|