File path: dist/twist/Core/Models/Image/Image.model.php
Namespace: Twist\Core\Models\Image
detectOrientation
— Determine the orientation of the image that has been loaded into the class
void — No return information has been documented for this function.
<?php
//Call the function detectOrientation with the example vars
$resImage = new \Twist\Core\Models\Image\Image();
$resImage -> detectOrientation();