aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorSilvio <silvio@devlet.com.br>2011-04-20 11:31:44 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-04-20 11:31:44 -0300
commitf96b2aa63aa09619dcd0a17c965b4435ef3f0692 (patch)
treeab6c31a1e6177edc390dd7c510bc68533def9f71 /README.txt
parentf853375cba68a214937b634e56affa067a5f0d62 (diff)
downloadimagecache_auto-f96b2aa63aa09619dcd0a17c965b4435ef3f0692.tar.gz
imagecache_auto-f96b2aa63aa09619dcd0a17c965b4435ef3f0692.tar.bz2
Renaming module, adding README and LICENSE
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..076109a
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,10 @@
+ImageCache Auto
+===============
+
+This module creates imagecache presets on the fly, meaning that
+a request to http://yoursite/<file path>/imagecache_auto/<width>/<height>/<filename>
+will automatically create a resize and crop profile with the given dimensions
+and return the filename.
+
+This is specially useful when building websites that need to display
+pictures according to the user's screen dimensions.