Image standerdisation in PHP.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
prabhuraj_k
Forum Newbie
Posts: 1
Joined: Fri Feb 09, 2007 12:32 am

Image standerdisation in PHP.

Post 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?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Re: Image standerdisation in PHP.

Post 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 :?
choppsta
Forum Contributor
Posts: 114
Joined: Thu Jul 03, 2003 11:11 am

Post 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.
Post Reply