File path: dist/twist/Core/Utilities/Image.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
load
— Load an existing image, and Image object will be produced allowing complete control over the image.
Once all changes have been made you can then export the image as a file or serve to the screen.
Name | Description |
---|---|
$mxdImage | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$mxdImage = 'foo-123';
//Call the function load with the example vars
Twist::Image() -> load($mxdImage);