File path: dist/twist/Core/Models/Image/Image.model.php
Namespace: Twist\Core\Models\Image
outputRaw
— Get the raw data of an image that can be output as a file, served to the screen or transformed into a base64 string
Name | Description |
---|---|
[$strFormat = null] | n/a |
[$intQuality = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strFormat = null;
$intQuality = null;
//Call the function outputRaw with the example vars
$resImage = new \Twist\Core\Models\Image\Image();
$resImage -> outputRaw($strFormat, $intQuality);