Crop and Rasterize

When applying transformations to a layer, the Source type used may or may not produce a pixelation effect:

In both cases, if you apply several transformations in a row on a layer, either by using the Transform parameters or by adding Transform Modifiers, they will be concatenated in a single transformation in order to limit pixelation.
Below is an example of how it works if you use sub-compositions:

In a new Full-HD composition, we've added a Circle Generator with a default radius of 100.0 pixels. Autograph calculates the pixels representing this white circle according to the composition format, storing 1920×1080 pixels for the whole comp.

Next, we:

The circle appears blurred as Autograph rasterized the Compositon before scaling it. This is because the Crop and Rasterize parameter is turned On by default when a Composition is used as Layer Source.
Now we can turn Off the Crop and Rasterize parameter in order to see a circle that is much more defined.

Rasterization and Composition Disk Caching

If Enable Disk Caching is enabled in Composition parameters , the Crop and Rasterize line will disappear. Its purpose is to keep an intermediate version with a finite-sized format in memory. This image is like a rasterized snapshot that will be used as a new Source.