From aa2bc99f8f2b5251500ac7dc26544bcb97daa21c Mon Sep 17 00:00:00 2001 From: Silvio Date: Wed, 20 Apr 2011 11:39:22 -0300 Subject: README update --- README.txt | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 076109a..a3fc57a 100644 --- a/README.txt +++ b/README.txt @@ -1,10 +1,16 @@ ImageCache Auto =============== -This module creates imagecache presets on the fly, meaning that -a request to http://yoursite//imagecache_auto/// -will automatically create a resize and crop profile with the given dimensions -and return the filename. +This module creates imagecache presets on the fly in two modes of +operation by providing: -This is specially useful when building websites that need to display + 1. An internal API for creating or removing multiple ImageCache presets + at once. + + 2. A public API for creating ImageCache presets upon request + http://yoursite//imagecache_auto///, + which will automatically create a resize and crop profile with the given + dimensions and return the filename. + +This module is specially useful when building websites that need to display pictures according to the user's screen dimensions. -- cgit v1.2.3