From: Amit Bobade on 26 May 2010 07:35 Hi, I am Using PHP 5, I am trying to place an image in the black box in proportional to that black box using the function:- *imagecopyresampled* ( ). But image is not placing proportionally. Is their another method to do that. Please tell me. -- Regards, Amit
From: Ashley Sheridan on 26 May 2010 07:37 On Wed, 2010-05-26 at 06:35 -0500, Amit Bobade wrote: > Hi, I am Using PHP 5, I am trying to place an image in the black box in > proportional to that black box using the function:- *imagecopyresampled* ( > ). > But image is not placing proportionally. Is their another method to do > that. Please tell me. > What code are you using to place the image? The function you mentioned will do what you want, but you have to ask it to do it. Thanks, Ash http://www.ashleysheridan.co.uk
|
Pages: 1 Prev: getaddrinfo() - what is the equivalent php function? Next: Convert UTF-8 to PHP defines |