[PHP] about image gallery

2001-09-21 Thread Aniceto Lopez

You are right Daniel, working with no text file for the img file names
represents less work to update the gallery but I'm working on this idea
 text file --- picture.jpg, description of the picture
so a txt file is needed

I would be glad to now when your page numbers for faster navigation
image gallery is ready

saludos

Aniceto Lopez
www.lamundial.net
download our free music


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] about image gallery

2001-09-20 Thread Aniceto Lopez

thanks Daniel
yours doen't need a text file with the image file names
but this is usefull when you want to establish the order
thumbs are shown

little trick:
both, big imgs and thumbs should be same file type but
I use jpg for big ones and gif for thumbs. after procesing
them (thumbs) in image software I change the .gif extension
to .jpg and it works!
Gif is better for little images using a few colors so little image size


Aniceto Lopez
www.lamundial.net
download and spread our free music


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] about image gallery

2001-09-20 Thread Daniel Alsén

 yours doen't need a text file with the image file names
 but this is usefull when you want to establish the order
 thumbs are shown

A matter of taste i guess. I wanted a script that needed as little work as
possible after i uploaded it.

Next thing to do is add page numbers for faster navigation. Coming up :)

 little trick:
 both, big imgs and thumbs should be same file type but
 I use jpg for big ones and gif for thumbs. after procesing
 them (thumbs) in image software I change the .gif extension
 to .jpg and it works!
 Gif is better for little images using a few colors so little image size

I have actually played around with that a bit. I found that jpegs actually
get smaller than the gifs if you want some sort of quality.

- Daniel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]