blob: 8bf4fdd0cf457d4ce7506bcf340578fc519302df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
ImageCache Auto
===============
This module creates imagecache presets on the fly in two modes of
operation by providing:
1. An internal API for creating or removing multiple ImageCache presets
at once.
2. A public API for creating ImageCache presets upon requests to paths like
http://yoursite/<file path>/imagecache_auto/<width>/<height>/<filename>,
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.
|