ID: 20438 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: *Graphics related Operating System: Win Me, UNIX PHP Version: 4.2.3 New Comment:
Please report bugs in English only. Derick Previous Comments: ------------------------------------------------------------------------ [2002-11-14 22:30:08] [EMAIL PROTECTED] El problema es el siguiente: ImageCopyResampled ignora las coordenadas de la imagen origen. Aunque se les especifique, esta funcion las toma SIEMPRE como 0,0... Estoy seguro de que es un bug, porque ImageCopyResized me funciona lo mas bien con los mismos parametros. int imagecopyresampled ( resource img_dst, resource img_org, int Xdst, int Ydst, int Xorg, int Yorg, int ancho_dst, int alto_dst, int ancho_org, int alto_org) O sea, no estaria respetando int Xorg y int Yorg, tomandolos siempre como 0,0 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20438&edit=1