File path: dist/twist/Core/Helpers/Image.helper.php
Namespace: Twist\Core\Helpers
Extends: Base
Type: Class
Image
— Image editing suite that allows for new images to be created and existing images to be loaded in for modification
<?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 | Access | Returns |
---|---|---|
__construct | construct | void |
load | public | void |
create | public | void |