Changes between Version 6 and Version 7 of CookBookValidateImageSize


Ignore:
Timestamp:
Feb 27, 2006, 4:56:51 AM (19 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified CookBookValidateImageSize

    v6 v7  
    99Here we check that the image is 100*100 pixels.
    1010{{{
     11#!python
    1112import Image
    1213import StringIO
Back to Top