upload

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
westen
Forum Newbie
Posts: 14
Joined: Mon Oct 29, 2007 9:03 am

upload

Post by westen »

I have a page that uploads photos onto my server. I want to accept large photos that people have taken on their cameras (some digital cameras save photos at 4meg!), but want to compress them so they are no bigger than about 100k, I do not mind if this is in real-time as they are uploading or a batch process at the end of the day, does anyone know how I would go about doing this? Is it possible using php?

Thanks very much for the help,
Nicholas
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

Both the GD and ImageMagick libraries are available for PHP.
(#10850)
westen
Forum Newbie
Posts: 14
Joined: Mon Oct 29, 2007 9:03 am

Post by westen »

thanks, i will look into those.
Post Reply