php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20438 Bug en ImageCopyResampled
Submitted: 2002-11-14 22:30 UTC Modified: 2002-11-15 00:53 UTC
From: boxer_carlos at yahoo dot com dot ar Assigned:
Status: Not a bug Package: *Graphics related
PHP Version: 4.2.3 OS: Win Me, UNIX
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: boxer_carlos at yahoo dot com dot ar
New email:
PHP Version: OS:

 

 [2002-11-14 22:30 UTC] boxer_carlos at yahoo dot com dot ar
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-15 00:53 UTC] derick@php.net
Please report bugs in English only.

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 22:01:27 2024 UTC