Development

Changeset 4037

You must first sign up to be able to contribute.

Changeset 4037

Show
Ignore:
Timestamp:
05/18/07 06:50:52 (6 years ago)
Author:
bmeynell
Message:

bmeynell: updated package.xml and README

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfThumbnailPlugin/README

    r3976 r4037  
    2222 
    2323'''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. 
    2624 
    2725== Contents == 
     
    5856 
    5957{{{ 
    60 // Initialize the object for 150x150px thumbnails 
     58// Initialize the object for 150x150 thumbnails 
    6159$thumbnail = new sfThumbnail(150, 150); 
    6260}}} 
     
    126124 
    127125{{{ 
    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')); 
    129127}}} 
    130128 
     
    132130 
    133131=== Trunk === 
     132 
     133=== 2007-05-18 | 1.3.0 Stable === 
    134134 
    135135 * bmeynell: Updated README 
  • plugins/sfThumbnailPlugin/package.xml

    r2855 r4037  
    1111  <active>yes</active> 
    1212 </lead> 
    13  <date>2006-11-29</date> 
     13 <date>2007-05-18</date> 
    1414 <version> 
    15    <release>1.2.0</release> 
     15   <release>1.3.0</release> 
    1616   <api>1.0.0</api> 
    1717 </version> 
     
    2929    <dir name="lib"> 
    3030      <file role="data" name="sfThumbnail.class.php" /> 
     31      <file role="data" name="sfGDAdapter.class.php" /> 
     32      <file role="data" name="sfImageMagickAdapter.class.php" /> 
    3133    </dir> 
    3234  </dir>