hello. i am currently making a simple image viewer script. lets say i have 10 images (fairly big ones that are around 200kb each). what the script does is display each image onto a php page. there is an option to browse through the other pictures as well but it only displays one image at a time. each image gets resized using php image functions and gets displayed using something like <img src="http://url.com/image.php">
now my question is, would this take up a lot of bandwidth from the server? the other option was to just simply zip all the images and have it up for download but i think the image viewer is a lot cooler option .
space is not an issue here but im just a little bit worried about bandwidth. so if anyone can tell me if this image viewer would take up a crapload of bandwidth or if its alright, it would be appreciated.
Bookmarks