"> "> ">
![]() |
||||
|
//================================================================================================
//================================================================================================
//================================================================================================
/*
Fotopholder 1.0
Released June 3, 2003 by Jake Olefsky
http://www.offsky.com/software/fotopholder/index.php
jake@olefsky.com
This software is free to use and modify for non-commercial purposes only. For commercial use
of this software please contact me.
If you improve this script, please email me a copy of the improvement so everyone can benefit.
SUMMARY:
This script will look for jpg images inside the same folder as this script. It will
automatically generate thumbnail images and generate a list of all the images in
this folder. For each photo, you will be able to view the original file, or a
down sampled version suitable for web page viewing. The thumbnail and screen-sized
images are cached to the server for faster future retrieval.
The following 2 php files should live inside the same folder:
thumb.php Makes a thumbnail image
screen.php Makes a screen resolution image
If you have multiple folders of images that you want to view, you can also use the
folders.php file included with this package that generates a list of folders.
You may need to fuss with the permissions on your server to allow this script to
generate and save the thumbnail images.
VERSION HISTORY:
1.0 June 3, 2003
First Public Release
*/
//================================================================================================
//================================================================================================
//================================================================================================
$cols = 1;
$thumb_size = 120;
$screen_size = 400;
?>
|
|||