| 1 |
joshk |
1.1.2.1 |
// $Id: README.txt,v 1.1 2006/02/28 22:42:47 joshk Exp $
|
| 2 |
joshk |
1.1 |
|
| 3 |
|
|
image_exact.module
|
| 4 |
|
|
|
| 5 |
|
|
ABOUT
|
| 6 |
|
|
I wrote this because it seemed that many sites had designs which called for precisely-sized image thumbnails and avatars, and I was tired of hacking at core modules to give people this functionality.
|
| 7 |
|
|
|
| 8 |
|
|
This module provides very basic utility of precisely-sizing thumbnails and avatars by cropping them equally from all sides until the correct aspect ratio is reached, and then scaling the image to size. It will do nothing if the image is too small (e.g. it won't "blow up" tiny images).
|
| 9 |
|
|
|
| 10 |
|
|
INSTALLATION:
|
| 11 |
|
|
This module requires that you have one of the image toolkits installed to work.
|
| 12 |
|
|
|
| 13 |
|
|
1) Put it in your modules dir
|
| 14 |
|
|
2) Turn in on in admin/modules
|
| 15 |
|
|
3) Hit up admin/settings/image_exact and configure as needed
|
| 16 |
|
|
|
| 17 |
joshk |
1.1.2.1 |
Image thumbnail resizing is enabled by default.
|
| 18 |
joshk |
1.1 |
|
| 19 |
|
|
LICENSE
|
| 20 |
|
|
GPL, baby. Look it up.
|