Skip to content

Instantly share code, notes, and snippets.

View sand3r-2008's full-sized avatar

Alexander Sánchez sand3r-2008

  • Bayamón, Puerto Rico
View GitHub Profile
@codee
codee / image_autorotate.php
Last active January 24, 2025 13:23
CodeIgniter: Automatic image rotation library
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
/**
* @file application/libraries/Image_autorotate.php
*/
class Image_autorotate
{
function __construct($params = NULL) {
if (!is_array($params) || empty($params)) return FALSE;