File Release Notes and Changelog
Notes:
Changes:
- Now all file formats supported by Exiftool and the Python Imaging Library are supported (for their respective purposes).
- Jpeg and Tiff loading can be done using The Big Picture, resulting in massive image reading speedups. Because of the immature nature of this library, the user has to specify this explicitely with the --faster switch, and a backup of the image will always be made.
- Thumbnails in KMZ files are now generated with Image.thumbnail option instead of Image.resize, which is much faster.
- File extensions weren't always properly detected. This is now left to Python's
os.path.splitext() function. Thanks to Martin Hellebrandt for pointing this out.
- Bug fixed where date was not correctly calculated in DST zones.