Here's a babel translation:

The problem is the following one: ImageCopyResampled ignores the coordinates
of the image origin. Although it is specified to them, this function ALWAYS
takes them like 0,0... I am sure that he is bug, because ImageCopyResized
works to me well but with such 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) That is, nonestaria
respecting int Xorg and int Yorg, tomandolos always like 0,0


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.408 / Virus Database: 230 - Release Date: 10/24/2002



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to