# Crop Function

The purpose of the crop node is to create a physically smaller size texture and not to create "black" or “transparent” blanking for the outside of the pixels. When a texture is being cropped, its size is getting smaller. Textures are always being used as **full screen (Fill mode)** by default, in other words, it's “crop and fill”. The cropped edge always fills the texture from every corner.

### Working with Crop Node <a href="#cropfunction-workingwithcropnode" id="cropfunction-workingwithcropnode"></a>

CROP node is available under the “Process” node category inside the [RealityHub](https://doc.zerodensity.tv/hub/).

<div align="left"><img src="https://3682414700-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEesbrFT840vDc0axDrZ6%2Fuploads%2FmRzxBRIjIbCyDyfOmQzz%2Fimage.png?alt=media&#x26;token=4f3bc8f9-b84d-4212-8e60-a074f0e5122d" alt=""></div>

Each side can be cropped independently with different values ranging from 0.000 to 1.000. i.e. 0% to 100%. 0.000 is equal to 0% and 1.000 is equal to 100%. In the above image, LEFT property is cropped with 20%. In the example below, we cropped all 4 corners proportionately to maintain the original aspect ratio of the texture, and then the texture is resized to fill the screen.

<div align="left"><img src="https://3682414700-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEesbrFT840vDc0axDrZ6%2Fuploads%2Fiw9K9lowPfEAOxUIhlH7%2Fimage.png?alt=media&#x26;token=f0bdbaaa-7605-44e3-9478-44c49bd455eb" alt=""></div>

Proportionately cropped texture to maintain aspect ratio.
