SproutCMS

This is the code documentation for the SproutCMS project

interface ImageTransform

Does image resizing, or whatever transforms wanted really.

Implemented by

public estimateRamRequirement

int estimateRamRequirement ( );

Estimate the RAM requirement to run this transform

public transform

boolean transform ( Image $img );

Does the actual transform.