Photo Changes
Photo Product
Please see README.txt for a description
Changes version 0.4.3 (Andrew Lahser - [email protected]
- Second Public Beta Release
- Added ZPhotoAlbum, including ZAlbumPage and ZPhoto
- Changed the HTML generated by the pdcookie option, removed font tag.
- Fixed bug where a cookie-less browser would receive the full image instead of the preview image.
- Changed the __init__.py for PIL to include JPEG, PNG, GIF and ImageEnhance.
- Now the preferred display information is checked in the URL and the cookie when fetching an image.
- When uploading PNG files, the displays are converted to JPEG, but the base image remains in PNG format.
version 0.1.0 (Andrew Lahser - [email protected])
- First Beta Release
- Added __call__ method to handle DTML rendering
- Added cookie support - the users favorite display size is saved
- Added optional pdcookie argument that provides a menu of displays
- Changed the tag method to render displays
- Added actual width X height for each display
- Added size (in bytes) for each display
- Changed the internal representation for displays
- Upgrade from previous versions aren't supported
- Thumbnails may now be deleted
- Fixed bug when determining the best possible aspect ratio
version 0.0.4 (Andrew Lahser - [email protected])
- Fixed dumb bug while reading Pdata
version 0.0.3 (Andrew Lahser - [email protected])
- Initial alpha, developer version