Hey everyone...
The portfolio function is slowly getting closer to being done. But before it is put online I would like some input so that it's done (somewhat) properly from start.
What I'm wondering now is how you would like it to handle the images. I'll try to explain...
The gallery script that we're using for this function automatically saves a thumbnail and a (resized if too big) large image when you upload an image. We can also specify if we want to save the original uploaded file (if the large version needs to be smaller) or not.
We have set the thumbnails to be max 250 pixels in whichever direction is largest. I doubt this size will be changed.
We can specify a max width and a max height for the large images, which seems like a good idea (setting it to max 800 pixels wide or so should prevent us from having to scroll horizontally when viewing certain large images)
We can also set what quality the thumbnails should be (normal JPEG stuff, 100 being the best and 0 the worst)
Same thing applies for the large/original image - note that it seems to use the same setting for both, so if you upload an image and the quality isn't set to 100, it will apply the quality to the image, which may make it look worse.
I can understand if this is a lot to digest at once...but hang on, we're getting somewhere now
Right now it's set up so that everyone gets 1MB space to upload images. This may still change...in fact, it may be less than that at the start, as we don't really know how many people will upload stuff. Note that you can of course delete an image if you're running out of space and want to upload a new one.
I'd like to know what settings you think would be best. Should the original file be saved, even though it will use more space (ranging from not-very-much-more to much-much-more, depending on how big the images are and in what quality they are saved)? Or is a max width of 800 pixels ok? And what about quality? Something like 80% for both thumbnails and large/original images?
To get a better idea of what the settings do, I ran a very small test using my awesome photo of Yes from Sweden Rock Festival a couple of years ago. Note that the total size does not include the thumbnails as the script doesn't seem to count them.
* = Test 5 - Note that the original image was saved directly this time - it didn't modify the quality in any way.Code:Test 1. Thumbnail size: 250px Thumbnail quality: 100% Large image max width: 600px height: 600px Large image quality: 100% Save original file: On Result: Thumbnail: 250x188px, 41kB Large image: 600x450px, 202kB Original: 1280x960px, 419kB ----- Total 621kB ------------------------------ Test 2. Thumbnail size: 250px Thumbnail quality: 75% <-- changed Large image max width: 600px height: 600px Large image quality: 75% <-- changed Save original file: On Result: Thumbnail: 250x188px, 8kB Large image: 600x450px, 29kB Original: 1280x960px, 119kB ----- Total 149kB ------------------------------ Test 3. Thumbnail size: 250px Thumbnail quality: 75% Large image max width: 800px <-- changed height: 800px <-- changed Large image quality: 75% Save original file: Off <-- changed Result: Thumbnail: 250x188px, 8kB Large image: 800x600px, 46kB Original: 1280x960px, 419kB <-- not saved this time ----- Total 46kB ------------------------------ Test 4. Thumbnail size: 250px Thumbnail quality: 80% <-- changed Large image max width: 800px height: 800px Large image quality: 100% <-- changed Save original file: Off Result: Thumbnail: 250x188px, 9kB Large image: 800x600px, 348kB Original: 1280x960px, 419kB <-- not saved this time ----- Total 348kB ------------------------------ Test 5.* Thumbnail size: 250px Thumbnail quality: 75% <-- changed Large image max width: 600px <-- changed height: 600px <-- changed Large image quality: 75% <-- changed Save original file: On <-- changed Result: Thumbnail: 250x188px, 8kB Large image: 400x300px, 44kB Original: 400x300px, 44kB <-- not saved this time ----- Total 44kB
Thanks for your help![]()








Reply With Quote
send me wine and you'll get more pics!

Bookmarks