Hola abimaelrc, siempre realiza el crop en el centro de la img.
Código PHP:
if ( $this->getHeight() > $this->getWidth() ){
$y = ($this->getHeight() - $height) / 2;
}
else if ($this->getHeight() < $this->getWidth()){
$x = ($this->getWidth() - $width) / 2;
}
jaj eso de los gif, es una asignatura pendiente de todos nosotros jaja, tengo que llenarme de valor para transformar aquel código a php5 jaja
saludos