Is there a way to specify a higher quality for jpg thumbnails? I'm barely php-literate, so just rummaging through the image functions did not seem to turn up any obvious quality parameters.
any help would be greatly appreciated
kemie
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Be warned that you will have to adjust the CSS to make the "boxes" wide enough to fit your content.
A nice "addition" would be to code lightbox (http://www.huddletogether.com/projects/lightbox2/) into the right "preview" area that when you click it, the screen would show full reso picture.
I may be adding that someday, if I do I'll post changes here.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to specify a higher quality for jpg thumbnails? I'm barely php-literate, so just rummaging through the image functions did not seem to turn up any obvious quality parameters.
any help would be greatly appreciated
kemie
you mean increase the size in the right column?
If so in system.properties
#max size for thumbnails
browser.thumbnail.max.width=150
browser.thumbnail.max.height=150
change it.
grr no edit:
Be warned that you will have to adjust the CSS to make the "boxes" wide enough to fit your content.
A nice "addition" would be to code lightbox (http://www.huddletogether.com/projects/lightbox2/) into the right "preview" area that when you click it, the screen would show full reso picture.
I may be adding that someday, if I do I'll post changes here.