Jump to content

Recommended Posts

Posted

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..


Posted
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 this

2-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.

Posted
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...

Posted

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 like

ttp://www.site.net/gallery/i.php?a=[albumname]&i=[imagename]&s=[sizeINpixel]

or if you have modrewrite available on your server that can look cleaner

or you can just use the whole gallery package

Auto creates thumbnails and resized images.. very scalable.. I run all my galleries on it.. simple yet absolutely functional

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...