eswphoto 0.51 March 13, 2008 Installing ------------ -extract anywhere you like -requires python, PIL (Python Imaging Library), and pygame (all included in the windows package) -open config.cfg in a text editor, and write in the screen resolution you want to use -run sshow.py (linux) or sshow.exe (windows) passing the image[s] or directories you want to view as commandline arguments. In windows you can drop images/folders onto sshow.exe or onto a shortcut to sshow.exe. -pass the --autoadvance flag to enable auto-advancing by default Usage ------------ navigation: RIGHT ARROW next slide LEFT CLICK next slide SPACE next slide LEFT ARROW previous slide RIGHT CLICK previous slide MIDDLE CLICK thumbnail mode allows quick navigation a toggle auto advance (delay time configurable in config.cfg) info: i toggle between no info, name and position in slideshow, and full EXIF/IPTC info (for JPEG files) zoom: z toggle zoom mode beteween fit to screen, fill screen, and original size +/- zoom in/out; press z to return to previous mode CTRL+MOUSEWHEEL same as +/- sorting: s cycle between sort modes r randomize n file name d date modified image rotation/flipping: 1,2,9 180, 270, 90 degree clockwise rotation (does not save to disk) h,v horizontal/vertical flip (doesn't save either) deletion: CTRL+d permanently delete file Bugs ------------ -Some images seem to crash eswphoto. The crash is in the pygame so there's not much I can do -Some images won't zoom. I'm not sure how to fix the problem -Loading/scaling images is generally very slow due to the libraries used. Contact ------------ ericwa@users.sourceforge.net http://eswphoto.sourceforge.net Acknowledgements ------------------ EXIF.py: # Library to extract EXIF information in digital camera image files # # Contains code from "exifdump.py" originally written by Thierry Bousch # and released into the public domain. # # Updated and turned into general-purpose library by Gene Cash # # # This copyright license is intended to be similar to the FreeBSD license. # # Copyright 2002 Gene Cash All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: # # 1. Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the # distribution. # # THIS SOFTWARE IS PROVIDED BY GENE CASH ``AS IS'' AND ANY EXPRESS OR # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR # ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN # ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. -------- iptcinfo.py: # Author: 2004 Gulái Tamá# # Ported from Josh Carter's Perl IPTCInfo.pm by TamáGulái # # IPTCInfo: extractor for IPTC metadata embedded in images # Copyright (C) 2000-2004 Josh Carter # All rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the same terms as Python itself. # # VERSION = '1.9'; ---------- biufont.py: """ automatic word-wrapping markup font interface for pygame Copyright (C) 2002 Michael Urman This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """