
28/02/2010, 12:06
|
 | | | Fecha de Ingreso: noviembre-2004 Ubicación: Santa Fe (Argentina) Colon F.C
Mensajes: 1.362
Antigüedad: 20 años, 4 meses Puntos: 6 | |
Respuesta: Recortar imagen buenas .. te recomiendo uses esta clase class.upload.php
y asi recortarias la imagen
$handle_thumb = new Upload($_FILES['image1']); $handle_thumb->image_ratio_crop = true;
$handle_thumb->image_y = 400;
$handle_thumb->image_x = 150;
handle_thumb->Process($ruta_destino);
__________________ LA MUERTE ESTÁ TAN SEGURA DE VENCER QUE NOS DA TODA UNA VIDA DE VENTAJA |