Hello. I can't create LUT file. Just following the docs explanation from $HFS/toolkit/html/image/lut.html. Using simple table of values, just to see if it works.
Unfortunately, getting the same error every time: “LUT failed to load”. But cannot understand where is the error.
Here is my code:
Version 1
Format any
Type RGB
From 0 1
To 0 1
Black 0
White 1
Length 4
LUT:
R {
0
0.25
0.5
1
}
G {
0
0.25
0.5
1
}
B {
0
0.25
0.5
1
}
How to create LUT file?
7305 5 0-
- archie
- Member
- 71 posts
- Joined: June 2008
- Offline
-
- jacob clark
- Member
- 665 posts
- Joined: July 2005
- Offline
-
- archie
- Member
- 71 posts
- Joined: June 2008
- Offline
Hi Jacob,
There are 3 channels (RGB) in my header and I've created a table of values for each of them. As to docs, there must be more than 2 such values. And their overall number is limited by author imagination only.
Using 10.0.295 and will try a latest one soon.
But I think there is an error somewhere in my code, it would be so great to see a working example of LUT file for 1D LUT in text file format.
There are 3 channels (RGB) in my header and I've created a table of values for each of them. As to docs, there must be more than 2 such values. And their overall number is limited by author imagination only.
Using 10.0.295 and will try a latest one soon.
But I think there is an error somewhere in my code, it would be so great to see a working example of LUT file for 1D LUT in text file format.
Alexey Mazurenko
-
- jacob clark
- Member
- 665 posts
- Joined: July 2005
- Offline
-
- malexander
- Staff
- 5235 posts
- Joined: July 2005
- Offline
-
- archie
- Member
- 71 posts
- Joined: June 2008
- Offline
-
- Quick Links