File path: dist/twist/Core/Models/Image/Image.model.php
Namespace: Twist\Core\Models\Image
smooth
— Apply a Smooth effect to the image, a level can be passed in for the required level of smoothing between -10 and 10. Defaults to 0
Name | Description |
---|---|
[$intLevel = 0] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$intLevel = 0;
//Call the function smooth with the example vars
$resImage = new \Twist\Core\Models\Image\Image();
$resImage -> smooth($intLevel);