Per Jessen wrote:
Per Jessen wrote:
Anton Aylward wrote:
On 06/27/2014 12:18 PM, Simon Heimbach wrote:
Hi!
You could consider adding PHP functionality as you are already running apache. There are loads of galleries for PHP out there on the web which should be much or less straight forward to install
I don't want a gallery. I said that. I don't want to have to manage a gallery. I don't want to have to install a RDBS. I don't need to comment. I don't need to kow the exif.
I just want to see the thumbnails so I can tell which photos I want to download onto my tablet to process there.
I DON'T WANT A GALLERY ! ! !
Anton, with all the replies in this thread, I guess you've worked out a solution by now? If not, I find thumbnails are most easily generated on the fly with imagemagick. If you're still looking, I can probably dig up some working code+config.
It took a little while, but I found this:
It's made up of two php files - index.phtml and makethumb.php, plus an apache rewrite config.
Further instructions - - you need ImageMagick installed, I use 'convert' to create the thumbnails. - you need a working php installation, the scripts are php - you need apache module rewrite loaded - /index.phtml just lists whatever JPG files are in the same directory - you need to create a directory "tn/" with owner = wwwrun (or whichever userid your apache uses). I emphasize "very simple", plenty of room for usability improvements. -- Per Jessen, Zürich (18.8°C) http://www.hostsuisse.com/ - virtual servers, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org