---
title: "Images Tab"
canonical: "https://documentation.chaos.com/space/VRAYHOUDINI/113279153/Images%20Tab"
format: markdown
---
This page provides information about the Images tab of the V-Ray Renderer node.


## **Overview**

---

<span style="color: #333333">Images tab of the V-Ray Renderer node presents settings for the rendered image output. </span>


## **Parameters**

---


### **Render Elements**

---


### **Advanced**

---


### **Image Format**

---

Contains parameters relevant to the currently selected output image format.


> Macro (refined-tabs)
> 
> > Macro (refined-tab)
> 
> **Compression **– Allows you to choose compression level for the resulting file. Lower values mean less compression and larger file size. Higher values mean better compression and smaller file sizes. Note that PNG files use a lossless compression, so the resulting image quality is not affected.
> 
> **Bits Per Channel** – The number of bits for each of the PNG channels (red, green, blue, alpha).
> 
> 
> ![image](media://99386a5b-b751-4bf3-bdb7-1a3dd09855d2)
> 
> 
> > Macro (refined-tab)
> 
> **Quality **– Allows you to choose the desired JPEG output quality. Lower values represent smaller file size and worse quality; higher values represent larger file size and better image quality.
> 
> 
> ![image](media://c2ba1e76-0fad-4f5a-ac07-2121e2c4bfcf)
> 
> 
> > Macro (refined-tab)
> 
> **Bits per Channel** – Specifies the desired number of bits per channel (8, 16 or 32) in the resulting image.
> 
> **Interleaved Color Channels** – When enabled, the color information for each pixel is saved using the Interleaved order which means that the full color for each pixel is saved before moving to the next one. Some image processing applications require that the image is saved in this mode.
> 
> 
> ![Hou19_VRay6_ImagesTab_Tiff.png](media://5dcae4fa-9015-47fe-8649-8b97701f040c)
> 
> 
> 
> > Macro (refined-tab)
> 
> **Compression **– Specifies compression options for the resulting image.
> 
> 
> ![Hou19_VRay6_ImagesTab_TGA.png](media://bba76360-d735-4163-beb8-4c47f139aaa9)
> 
> 
> 
> 
> 
> > Macro (refined-tab)
> 
> **Bits per Channel** – Specifies the desired number of bits per channel (8 or 16) in the resulting image.
> 
> 
> ![image](media://dbfd5558-4439-49af-83cd-97e3536f3fc9)
> 
> 
> > Macro (refined-tab)
> 
> **Compression **– Allows you to choose the compression type for the output file:
> 
> - **Default**
> - **No compression** – Disables all compression.
> - **Run-length** – Basic form of compression that is comparable to the one used by Targa/BMP files.
> - **Scanline ZIP** – Zip style compression applied to individual scanlines.
> - **Block ZIP** – Zip style compression applied to blocks of 16 scanlines at time. More effective then **Scanline Zip**, but can be slower to decompress.
> - **PIZ** – Uses a new combined wavelet / Huffman compression. This form of compression is quite effective when dealing with grainy images, and often surpasses any of the other options under grainy conditions.
> - **PXR24** – Converts data to 24 bit then uses Zip compression. It is lossless for half and 32bit integer data and slightly lossy for 32bit float data.
> - **B44** – This form of compression is lossy for half data and stores 32bit data uncompressed.
> - **B44A** – An extension to B44 where areas of flat color are further compressed. Regular B44 compresses uniformly regardless of image content.
> - **DWAA** – JPEG-like lossy compression format. Compresses 32 scanlines together.
> - **DWAB** – Same as DWAA, but compresses blocks of 256 scanlines to achieve better compression ratio.
> 
> **Bits per Channel** – Allows you to choose between 16-bit (half float) and 32-bit (full float) precision.
> 
> **Data Window** – Determines what data window information is written to OpenEXR files. This option works only when the **Memory frame buffer** option of V-Ray is set to **Full**.
> 
> - **Render Region** – Sets the data window to the render region.
> - **Auto** – The data window is determined from the pixels that have non-zero alpha values.
> - **Whole Image** – Sets the data window to the image resolution.
> 
> **Write Integer IDs (non multi-channel files only) **– When enabled allows you to write ID information in integer form rather than RGB colors.
> 
> **Write Multi-part EXR (multi-channel files only)** – When enabled, multichannel EXRs are written to a single multi-part file. This feature requires OpenEXR 2 support.
> 
> **Deel Alpha Colors** – A data window for scanline-based multichannel OpenEXR files. The available options are *Monochrome*, *RGB*, and *Monochrome + RGB*.
> 
> **Extra Attributes** – Allows you to specify additional attributes for the OpenEXR file. These are of the format attr1=val1;attr2=val2;... where the values can be either integer or floating-point numbers, or lists of numbers in brackets representing vectors, matrices, etc. For example:
> 
> > ℹ️ `int_attr=53;float_attr=3.14;vec4_attr=(1, 2, 3, 4)`
> 
> If a value cannot be recognized as a number or a sequence of numbers, it is assumed to be a string value.
> 
> > ⚠️ Deep multipart EXR files are not supported.
> 
> 
> ![Hou19_VRay6_ImagesTab_OpenEXR.png](media://a6e01f22-2887-4a67-9bc6-c600ba6fdb86)
> 
> 
> 
> > Macro (refined-tab)
> 
> **Compression **– Specifies compression options for the resulting image.
> 
> **Bits per Channel** – Specifies the desired number of bits per channel (16 or 32) in the resulting image.
> 
> 
> ![Hou19_VRay6_ImagesTab_VRST.png](media://da8befd4-7f10-4fcc-b590-cfdb40feac32)