PDA

View Full Version : Checking Image Sizes


The Keeper
04-03-2002, 06:27 AM
Is there anyway to check the image size (length and width) of an image? The image would be stored on another server, but the url of it would be stored in the database.

This is so people can submit banner url's, but my script will check the banners on submittal, and once a day if they are under the right dimension.

Admin
04-03-2002, 06:39 AM
I know of GetImageSize() but I don't think it works for remote images.

Freddie Bingham
04-03-2002, 03:04 PM
Yes it will work and you have the right idea to check it once per day and not on every access.