Skip to content

Instantly share code, notes, and snippets.

View assadvirgo's full-sized avatar

Assad Mahmood Qazi assadvirgo

  • Islamabad, Pakistan
View GitHub Profile
@stojg
stojg / ContentAwareImage.php
Created April 23, 2012 05:06
Testing content aware cropping for SilverStripe Idea is that the automatic cropping will crop the most interesting part of the image
<?php
/**
* ContentAwareImage
*
* @author stig
*/
class ContentAwareImage {
protected static $start_time = 0.0;