ripken204 Posted October 25, 2006 Posted October 25, 2006 i have a folder of pics that i would like to be able to automtically be loaded into a webpage. i know it can be done with php, but im not too sure how to do it. i need this b.c i will be putting lots of pics in here and i dont want to have to make a tumnmail for each picture..
CoffeeFiend Posted October 25, 2006 Posted October 25, 2006 i have a folder of pics that i would like to be able to automtically be loaded into a webpage. i know it can be done with php, but im not too sure how to do it. i need this b.c i will be putting lots of pics in here and i dont want to have to make a tumnmail for each picture..There are countless ways to do this, the main 2 options being:1-use some app that will generate thumbnails, usually along a gallery (static html pages) - like photoshop (look under file > automate >web photo gallery, at least in CS2), or a number of other apps that can do this2-install and configure some kind of gallery package on your web server (whatever you like and that your server supports), such as coppermine, gallery or 4images, and drop your photos in there.
ripken204 Posted October 25, 2006 Author Posted October 25, 2006 i dont want anything special tho. i just want to display the pics without and type of design layouts.
CoffeeFiend Posted October 26, 2006 Posted October 26, 2006 i dont want anything special tho. i just want to display the pics without and type of design layouts.I'm sorry, but I have absolutely NO idea what you mean by "without and type of design layouts". If you just want thumbnails w/o web pages at all (no links, just a bunch of thumbnails generated), then photoshop can still do this, or tons of other apps (there are even apps that do only that). But I'm not real sure what you want...
chilifrei64 Posted October 27, 2006 Posted October 27, 2006 not too sure what your level with php is but you can use the image processor (i.php) from zenphoto (http://www.zenphoto.org)I use it for many of my sites.. then you can just call a url likettp://www.site.net/gallery/i.php?a=[albumname]&i=[imagename]&s=[sizeINpixel]or if you have modrewrite available on your server that can look cleaneror you can just use the whole gallery packageAuto creates thumbnails and resized images.. very scalable.. I run all my galleries on it.. simple yet absolutely functional
jftuga Posted October 30, 2006 Posted October 30, 2006 For just converting the images, you could use convert.exe from http://www.imagemagick.org/convert -size 80x60 file.jpg file_thumb.jpgI am not sure if this helps or not...just an option.-John
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now