|
1.6 (+29 -56 lines) |
10/25/2007 04:23 PM |
Michael Rubinsky mrubinsk |
Revert - this wasn't supposed to make it in...it's a work in progress. |
|
1.5 (+57 -30 lines) |
10/25/2007 04:19 PM |
Michael Rubinsky mrubinsk |
First stab at adding pretty thumbnail generation to Ansel (rounded corners and drop shadow)
Basically, if you enable this - which is only possible if you choose PNG format -
a 'prettythumb' view will be added and stored in the VFS seperately from the 'thumb' view.
Also, if you want to enable this I *strongly* recommend using either ImageMagick's convert
utility or (for quicker results) the Imagick pecl library. (The Imagick library will
automatically be used if it's present and you provide the path to convert in config/conf.php).
The GD2 api will work, but it is much slower and does not produce as pretty results currently. |
|
1.4 (+52 -21 lines) |
12/01/2006 11:01 PM |
Chuck Hagenbuch chuck |
Save sort orders. |
|
1.3 (+2 -2 lines) |
04/18/2006 11:39 AM |
Jan Schneider jan |
Consistently use /usr/bin/php in script shebangs. |
|
1.2 (+3 -1 lines) |
03/12/2005 03:36 PM |
Ben Chavet ben |
clarify instructions (hoping to avoid some "why doesn't this work?"
questions) |
|
1.1 |
03/12/2005 03:28 PM |
Ben Chavet ben |
New script to check for unreferenced image files in the VFS |