You are not logged in.
Pages: 1
I have a bunch of images on a server, and want to create a webpage where they are all available as thumbnails and ca be downloaded. I know how to do this in HTML, but I was wondering if there's an automated way to create such an html-page. It's really tedious to go through hundreds of images manually... Thanks in advance.
Offline
I believe Gallery, can do what you're asking, at least if the server it's on has ftp access. I know Gallery2 at least has quite a few different ways of uploading images.
Offline
Thanks. I'll check it out. Is it supposed to be run from a server? I've no experience at all with server-stuff... just started today by getting myself a domainname..
Offline
Yeah, it's meant to be run from a server. It'll require PHP and MySQL, I believe.
I think quite a few webhosts provide it as an option too since I think it's provided by Fantastico. It possibly won't be Gallery2 though.
Doesn't look to be a package of it in the repos or AUR unfortunately.
Offline
thanks for the info. If it's to be run from a server, then I guess it's just copying to the server and pointing my web browser to the appropriate address...
EDIT: Just tried it, but I'm getting "Internal Server Error", although I know the server supports both mysql and php. Isn't there anything simpler; like something for gimp to do it...?
Offline
The might be something simpler. Possibly a script or something. But that was the only thing that I thought of.
Offline
Alright. I'll continue looking around, then. Thanks for your help.
Offline
You probably need to chmod 755 something. It comes with setup instructions.
Offline
try igal: http://www.stanford.edu/~epop/igal/
I wish life was as simple as editing config files
Offline
try igal: http://www.stanford.edu/~epop/igal/
Thanks a lot! That seems to do the trick. It's the first one I tried that I can actually run. The installation was kinda weird though. I'm not good with the whole sed-awk thing so I couldn't write a proper PKGBUILD for it...
Offline
igal fits my needs perfectly except one thing. When a thumbnail is clicked, th original sized picture is shown. The problem is that since the large image is viewed in full size, all you see on your screen is an enormously zoomed in ear or nose (some of the images are really high-res).
So what I'm wondering now is whether there's a way to change the css file as to make the imgages fit to the size of the window. Any ideas?
Offline
sorry for the late reply
I don't have igal installed atm, but I believe it has commandline options to resize the originals or to insert a page with a resized version between the thumbnail and the original. man igal .
You do need to have imagemagick installed, otherwise it won't do any resizing.
I wish life was as simple as editing config files
Offline
Pages: 1