Java Photo Album
JPhotoAlbum is a Java desktop application for
quickly browsing, organizing and commenting digital photographs and
publishing the resulting albums as web pages. Albums are saved in XML
formatted files whic are transformed to HTML with XML stylesheets.
The photos in photos.jpkware.com
have been organized and published using this program.
The Java Runtime Environment (JRE) 1.4.1 or later is required to run
JPhotoAlbum: you can download it from http://java.sun.com/j2se/
The easiest way to run JPhotoAlbum is using Java
Web Start. Simply click here to download and run the
program (you just have to trust it by clicking Start since I don't have a
certificate from any global name authority). The Java Web Start will make
sure that you are always running the latest version (you can still run it
off-line as well, it just won't get updated until you connect again).
See the Help/Contents in the program menu to get started with the
program!
You can also install a local copy, simply download jph.zip and unzip it to a single directory, then use
command "java -jar JPhotoAlbum.jar" to start the JPhotoAlbum. In Windows
you can also start it by double clicking the JPhotoAlbum.jar. The zip file
contains the following packages (note that the JPhotoAlbum.jar inside the
zip file may be a bit old, if the Help/About version is older than listed
in the version history below, please update it from the link below):
- JPhotoAlbum.jar
- the main program, you may want to update only this file after you have
downloaded the full package once. Use right-click the link and use Save As
if the browser shows binary garbage otherwise.
- castor.jar: download from http://castor.exolab.org/,
preferably castor-0.9.4.3.jar, and rename it to castor.jar
- metadata-extractor-2.2.2.jar: download from http://drewnoakes.com/code/exif/
- xerces.jar: Xerces Java 1 from http://xml.apache.org/,
preferably version 1.3.1, and rename it to xerces.jar
Version history
- 1.4.5 Added minimum limit of 360 pixels in shorter dimension to make panoramas look better.
- 1.4.4 Added "h" command line export flag to allow HTML export without image loading.
- 1.4.3 Added sharpening of output photos using the UnSharpMask library by Janne Kipinä.
Some more EXIF fixes to make Bibble generated JPGs work better.
- 1.4.2 Some EXIF fixes to make Bibble generated JPGs work better.
- 1.4.1 Fix the EXIF width/height if mismatching with real dimensions when loading the full image.
Some fixes in exported slideshow.
- 1.4.0 Added File/Export Slideshow, thanks to Zbynek Mu��k.
Ask user what to do first when starting the program without an album name on command line.
- 1.3.1 File/Import shows small thumbs by default, and zoomed thumbnail when selected.
Thumblist receives focus when the dialog opens. Detect and fix web sizes if EXIF size is
different from real image size.
- 1.3.0 First release under GNU Public License, added Licence text to Help.
- 1.2.9 Fixed a caching bug in Save As.
- 1.2.8 Fixed bug in jphoto.js, added getPhotoHeading() to jphotoframe.xsl.
- 1.2.7 File/Import photos now uses a custom browser with thumbnail
preview. Remember last photo import directory.
- 1.2.6 Added Copy and Watermark originals.
- 1.2.5 Added Export Index of All Linked Albums. Modified Javascripts and
templates.
- 1.2.4 Fixed JavaScript problems with Mozilla versions less than
1.6. Photo filename is also shows in white when selected photo has no
explanation. Command line command export can now be appended with
export method shortcut numbers to use only those export methods.
Moved JavaScripts used in Thumbnails to parent frame.
- 1.2.3 Fixed a few additional bugs in album linking and loading.
Reordered page menu. Fixed non-black-and-white foreground and background
colors, changed default colors to be black on a bit yellowish white.
Prevented multiple simultaneous exports. Save album before export only if
album modified or no name. Framed album now uses JavaScript to implement
next/previous links and colors on image frame, and the frame is also
generated with a stylesheet.
- 1.2.2 Export will now save JPH file before export. Optimized web
thumbnail generation. Export 3 works with album links, export 4 disabled
for now. HTML file naming convention changed, old albums should be re-exported.
Added saving page defaults. Show watermark on preview screen, too.
- 1.2.1 Changed albumlink element format, old linked files may not work.
Publish options 1 and 2 now have initial support for album links (cross
folder links will still fail, and cover photo is not shown).
- 1.2.0 Added links between albums and Cover photo selection. Also change
frame icon to reflect selected cover photo (uses first photo if none
selected).
- 1.1.9 Added Export as Framed HTML.
- 1.1.8 Generate display thumbnails with drawImage() instead of
the slow (sometimes VERY slow) getScaledInstance() method. Added
"Find original photos".
- 1.1.7 Subtitled images are named "albumnameNNN.ext" where the NNN
is the index of the photo in the album. This way they are shown in
album order even if the player reorders them by file name. Added
text elements without an image.
- 1.1.6 Fixed scrollpane initial size problems. Drop to fullview
panel works, too.
- 1.1.5 Added Import photo directory.
- 1.1.4 Show full path in status line. Enter/double click on photo
shows it in a full screen view. "show" command line option added.
Cache thumbnails and last full size photo with soft references. Added
a few missing dispose() calls. Keep small images in normal size in
full screen view. Handle GIFs correctly, and accept them from drops,
too.
- 1.1.3 Load thumbs in a background thread, also generate thumbs for
files without Exif info. Show description (if defined) in thumbnail
instead of file name. Remember JPG import directory during one session.
- 1.1.2 Fixed help and table export with web start. Moved subtitles
30 pixels right to compensate some TV's off-center display, increased
font size. Added "export *.jph" command line option.
- 1.1.1 Fixes, watermark added.
- 1.1.0 Multiple photos can be selected, dragged, cut, copied and
pasted. Support for Java Web Start. Export subtitled is useful to
display photos on TV. Author contact information changed.
- 1.0.3 Initial release to web
JPhotoAlbum Copyright © 2005-2009 Jari Karjala <www.jpkware.com>, Tarja
Hakala <www.hakalat.net>.
JPhotoAlbum Java source code available from: