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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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: Thu Mar 28 09:01:26 2024 UTC