I wrote a thumbnail gallery a bit like that - you can see it on me website
www.headstaggers.com/gallery or
www.headstaggers.com/photos
just save pics into the right directory and it`ll auto thumbnail them for you.. if you want, I can tidy it up and chuck it over to you?
it`s php with gdlib2 (if that means anything to you ;) )
or if you want, chuck us your code over and I`ll have a squizz (when I get home!)
( ,
Mon 11 Apr 2005, 12:58,
archived)
www.headstaggers.com/photos
just save pics into the right directory and it`ll auto thumbnail them for you.. if you want, I can tidy it up and chuck it over to you?
it`s php with gdlib2 (if that means anything to you ;) )
or if you want, chuck us your code over and I`ll have a squizz (when I get home!)
I don't know much about gdlib
I created the thumbnails in Photoshop as some of the images are gifs and would probably not be suitable for gdlib?
But I post the php code for you if you can modify it for me.
( ,
Mon 11 Apr 2005, 13:04,
archived)
But I post the php code for you if you can modify it for me.
who hosts your server?
gdlib gives you access to lots of image functions like image resizing (to create thumbnails) and allocating colours (used that to generate greyscale thumbs for the photos and also to give the photos a background colour to fill the square)
yeah sure, post it up, and I`ll e-mail it home for a poke
edit: or chuck it in an e-mail .. address in profile
( ,
Mon 11 Apr 2005, 13:07,
archived)
yeah sure, post it up, and I`ll e-mail it home for a poke
edit: or chuck it in an e-mail .. address in profile
although a lot of people use
gallery.menalto.com/ for web galleries
- I wanted something that did the basics, but would also let me include the gallery in other pages without taking the full page, and something I could customise
( ,
Mon 11 Apr 2005, 13:11,
archived)
- I wanted something that did the basics, but would also let me include the gallery in other pages without taking the full page, and something I could customise
from the way your gallery`s going, it looks like your array handling code isn`t performing an offset
probably wouldn`t be too hard to fix.. messed up my own code at one point in the same way :)
I`m glad Java is a lot more straightforward
( ,
Mon 11 Apr 2005, 13:05,
archived)
I`m glad Java is a lot more straightforward