File path: dist/twist/Core/Models/Image/Image.model.php
Namespace: Twist\Core\Models\Image
outputBase64
— Outputs the image as a Base64 encoded 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 outputBase64 with the example vars
$resImage = new \Twist\Core\Models\Image\Image();
$resImage -> outputBase64($strFormat, $intQuality);