Changeset 4037
- Timestamp:
- 05/18/07 06:50:52 (6 years ago)
- Files:
-
- plugins/sfThumbnailPlugin/README (modified) (4 diffs)
- plugins/sfThumbnailPlugin/package.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfThumbnailPlugin/README
r3976 r4037 22 22 23 23 '''Note''': To use !ImageMagick, you'll need to download and install the binaries from http://www.imagemagick.org. 24 25 Lastly, all adapter-related options are '''only available in svn at this time'''. They are not available through PEAR or on this wiki.26 24 27 25 == Contents == … … 58 56 59 57 {{{ 60 // Initialize the object for 150x150 pxthumbnails58 // Initialize the object for 150x150 thumbnails 61 59 $thumbnail = new sfThumbnail(150, 150); 62 60 }}} … … 126 124 127 125 {{{ 128 $thumbnail = new sfThumbnail(150, 150, true, true, 75, 'sfImageMagickAdapter', array(' binary' => 'my_imagemagick_binary'));126 $thumbnail = new sfThumbnail(150, 150, true, true, 75, 'sfImageMagickAdapter', array('convert' => 'my_imagemagick_binary')); 129 127 }}} 130 128 … … 132 130 133 131 === Trunk === 132 133 === 2007-05-18 | 1.3.0 Stable === 134 134 135 135 * bmeynell: Updated README plugins/sfThumbnailPlugin/package.xml
r2855 r4037 11 11 <active>yes</active> 12 12 </lead> 13 <date>200 6-11-29</date>13 <date>2007-05-18</date> 14 14 <version> 15 <release>1. 2.0</release>15 <release>1.3.0</release> 16 16 <api>1.0.0</api> 17 17 </version> … … 29 29 <dir name="lib"> 30 30 <file role="data" name="sfThumbnail.class.php" /> 31 <file role="data" name="sfGDAdapter.class.php" /> 32 <file role="data" name="sfImageMagickAdapter.class.php" /> 31 33 </dir> 32 34 </dir>