Image Texture node

Left Toolbar > Texture icon Texture Nodes > Image Texture icon Image Texture node

The Image Texture node converts an image into a texture that can be used in a procedural texture graph.

input
In2 Img An image.

output
In2 Img A procedural Image texture.

Procedure

To define a Image procedural texture:

  1. On the left toolbar choose Texture Nodes > Image Texture. Textures icon > Image Texture icon

  2. Drag the Image Texture icon into the Node Graph.

    Image Texture node

  3. Connect the output of an image node into the Img input of the Image node.

  4. Adjust the attributes of the Image Texture node.

Preview

Procedural textures are not displayed in the Image Viewport. To preview procedural images use the Texture Preview window, and to convert them to raster images use the Render Texture node.

Inputs

Img
An image node.

Outputs

Tex
A procedural texture.

Attributes Panel

Image Texture attributes

Tile X
If checked, the image will be repeatead as tiles in the X direction. If not, transparent color will be used outside of the image region.

Tile Y
If checked, the image will be repeatead as tiles in the Y direction. If not, transparent color will be used outside of the image region.