Ver Mensaje Individual
  #110 (permalink)  
Antiguo 07/09/2011, 13:59
Avatar de iviamontes
iviamontes
 
Fecha de Ingreso: enero-2011
Ubicación: $cubano->Arg->Mendoza
Mensajes: 1.184
Antigüedad: 13 años, 3 meses
Puntos: 209
Respuesta: [APORTE] Subir y redimensionar imagenes

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