File path: dist/twist/Core/Models/Image/Image.model.php
Namespace: Twist\Core\Models\Image
output
— Outputs the image to the screen without saving
Name | Description |
---|---|
[$strFormat = null] | n/a |
[$intQuality = null] | n/a |
[$intCache = 3600] | n/a |
[$blGZip = true] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strFormat = null;
$intQuality = null;
$intCache = 3600;
$blGZip = true;
//Call the function output with the example vars
$resImage = new \Twist\Core\Models\Image\Image();
$resImage -> output($strFormat, $intQuality, $intCache, $blGZip);