Changes between Version 1 and Version 2 of CookBookValidateImageSize
- Timestamp:
- Feb 24, 2006, 4:11:19 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBookValidateImageSize
v1 v2 1 1 = CookBook - Validate an image height and width = 2 2 To check the height and width of an image uploaded via your form, you 3 can implement this method into your view.py or custom manipulator. 3 can implement this method into your view.py or custom manipulator. 4 4 5 You need PIL [http://www.pythonware.com/products/pil/] to be installed. 5 6 == Code ==