X-Git-Url: https://scm.cri.ensmp.fr/git/Photo.git/blobdiff_plain/b0a7e10b4f32cf74864bb53268ca4d3080f23bc0:/readme.txt..6c41809185e322ce2d30e98234f71144f78f06c0:/Products/Photo/static/gitweb.js diff --git a/readme.txt b/readme.txt deleted file mode 100755 index 80b2183..0000000 --- a/readme.txt +++ /dev/null @@ -1,22 +0,0 @@ -Photo product extends the default Zope Image product and add image resizing support. - -Thumbnail Support - - You can get a thumbnail copy of a Photo instance by -adding '/getThumbnail' in the request url. -This thumbnail returned is a persistent standard -Zope Image instance. You can set thumbnail's creation -parameters (height, width, filter and auto refreshing) -into the Photo's property sheet. - -Volatile resizing support - - You can also get a volatile copy of the Photo instance -by adding '/getResizedImage' in the request url. The -default size is (800, 600) px. There is two ways to customize this size : - -- pass an optional parameter size = (width, height) to 'getResizedImage' - -- set the session variable named 'preferedImageSize' with a tuple (width, height) - -note : the request var name must be 'SESSION' (default value of Session Data Manager). \ No newline at end of file