Page 1 of 1

Image standerdisation in PHP.

Posted: Fri Feb 09, 2007 12:51 am
by prabhuraj_k
i want to standerdise the image size and height width?

if bog size image uploaded it has to crop


whats the normal image uploading size? i put 170KB is it Ok?

Re: Image standerdisation in PHP.

Posted: Fri Feb 09, 2007 7:34 am
by feyd
prabhuraj_k wrote:whats the normal image uploading size?
There is no standard.
prabhuraj_k wrote:I put 170KB is it Ok?
Sure :?

Posted: Fri Feb 09, 2007 7:40 am
by choppsta
You want to have a look at the image functions: http://uk.php.net/manual/en/ref.image.php.
They will let you crop, resize and do all sorts of other image manipulation.