Grayscale image
The Greyscale image converts an RGB image to grayscale. This can conserve RAM when you're using a color image as an input for Bump or Opacity channels of an OctaneRender® material. The Invert checkbox inverts the image (useful for Bump and Opacity maps).
Figure 1: Greyscale image Node
When To Use Float Image Versus Image Data Type?There are some parameters where full color data is not used (or useful). If you load a full-color image, it takes much more memory in the GPU than a grayscale image, even you want just the grayscale data. Since memory management is very critical for GPU rendering, the Float Image type loads a full-color texture, but it interprets the image as a grayscale image and uses less VRAM. If you need the full-color data, then use the Image data type (Normal maps, Diffuse maps). |
Parameters
- Power- Controls image brightness. Lower values cause the image to appear darker. When used as a Bump map, this setting alters the bump height on the surface.
- Color Space - Specifies the color space for the imported image.
- Legacy Gamma - Controls input image luminance, and tunes or color-corrects images if needed, however, this parameter is only used when the Color Space is set to Linear sRGB+Legacy.
- Invert - Inverts the texture values.
- Linear RGB Invert - Inverts the image after conversion to linear sRGB color space.
- UV Transform - Positions, rotates, and scales the surface texture.
- Projection - Accepts OctaneRender® Projection nodes. If nothing is connected to this input, the Image texture uses the surface's UV texture coordinates by default. This also changes the UV set if the original surface contains more than one UV set. For more details, see the OctaneRender Projection Node topic in this manual.
- Border Mode U/V - Sets the behavior of the space around the image if it doesn't cover the entire geometry. Wrap Around is the default behavior, which repeats the image in the areas outside the image's coverage. If you set this parameter to White Color or Black Color, the area outside the image turns to white or black, respectively.