TwistPHP Documentation

Image

File path: dist/twist/Core/Utilities/Image.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

Type: Utility

Image — Image editing suite that allows for new images to be created and existing images to be loaded in for modification

Example Usage

<?php
//Set the variables for the example
$intWidth 124;
$intHeight 124;
$strFillColour 'foo';

//Call the function create with the example vars
Twist::Image() -> create($intWidth$intHeight$strFillColour);

Method List

Method Access Returns
__constructconstructvoid
loadpublicvoid
createpublicvoid