This is the bug tracker for Photo Organizer.
FS#176 - full screen mode for original fotos
Attached to Project:
Photo Organizer
Opened by peter kupec (peter) - Thursday, 22 February 2007, 05:33 GMT-4
Opened by peter kupec (peter) - Thursday, 22 February 2007, 05:33 GMT-4
|
Detailsfor evaluation or demonstration purposes it would be desirable to see the fotos of folders or albums or search results as full screen with a line of information about foldername and cation or the like.
|
This task depends upon
The other limitation is that the originals these days greatly exceed screen resolution and the file sizes are pretty big -- you want to reduce the image size (for bandwidth reasons), and not serve an image larger than what the browser wants (browsers suck at rescaling. :))
The proper solution here is to add more auto-generated image sizes, and then the slideshow code would use one of those sets.
Then there are the obvious permission problems, but I'll avoid that by making slideshows initially for photo owners.
FWIW gqview doesn't handle RAW images directly (though its development branch handles extraction of embedded JPEGs), which isn't the same.
Retrieve the tar-file
store it to some place
generate a temporary directory
untar the tar-file
invoke the image viewer.
This seems to me to be a bit lengthy procedure.
What I imagine is to have a button 'show', which stores the links to the selected files in a temporary directory and invokes the image viewer.
The string to invoke the image viewer could be deposited in the config_site.php; this would by the way delegate the responsibility for the
image viewer to the user.