Set this Filelink's transform_url to include the upscale task
Signature
public function upscale([string
$noise = 'none',
[string
$style = 'photo',
[boolean
$upscale = true]]] )
Parameters
$noise
—
string
none, low, medium or high Setting to reduce the level of noise in an image. This noise reduction is performed algorithmically and the aggressiveness of the noise reduction is determined by low, medium and high gradations.
$style
—
string
artwork or photo If the image being upscaled is a drawing or piece of artwork with smooth lines, you will receive better results from the upscaling process if you also include the artwork style parameter.
$upscale
—
boolean
True will generate an image that is 2x the dimensions of the original. If false is passed as part of the task, then features like noise reduction can be used without changing the resolution of the image.