Changes between Version 6 and Version 7 of CookBookValidateImageSize
- Timestamp:
- Feb 27, 2006, 4:56:51 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBookValidateImageSize
v6 v7 9 9 Here we check that the image is 100*100 pixels. 10 10 {{{ 11 #!python 11 12 import Image 12 13 import StringIO