PDA

View Full Version : basic resizing and cropping



SmoothDime
May 1st, 2005, 05:13 AM
on the forum i run i require that all avatars be images of size 30 pixels x 30 pixels. lots of people on the forum are not tech savy and have trouble finding/cropping/resizing a 30x30 image.

what's the easiest way to do this on both a mac and windows system. are there built in programs on each OS that can crop and resize? are there free programs for each OS that can crop and resize?

thanks

SD

SmoothDime
May 2nd, 2005, 05:33 PM
anyone?

bwh2
May 3rd, 2005, 08:18 AM
for the average person there's always paint. another option is to use a php photo resize script on the backend of your site.

ya3
May 3rd, 2005, 09:48 AM
use a php photo resize script on the backend of your site.
...and have newbs upload 3-megapixel images to your server, chewing through tonnes of bandwidth :hugegrin:

You could perhaps go as far as to write a little ol' image-resizer program in VBasic :cowboy:

bwh2
May 3rd, 2005, 10:08 AM
...and have newbs upload 3-megapixel images to your server, chewing through tonnes of bandwidth :hugegrin:
which is why you would limit the filesize in your php upload script.