[cvs] commit: framework/Image package.xml framework/Image/Image gd.php im.php framework/Image/Image/Effect/im drop_shadow.php photo_stack.php

Michael Rubinsky mike at theupstairsroom.com
Sun Oct 28 17:21:11 UTC 2007


mrubinsk    2007-10-28 13:21:11 EDT

  Modified files:
    Image                package.xml 
    Image/Image          gd.php im.php 
    Image/Image/Effect/im drop_shadow.php 
  Added files:
    Image/Image/Effect/im photo_stack.php 
  Log:
  - Add a 'photo-stack' effect for producing a type of collage from multiple images. Currently, only produces a Polaroid style stack of images...and currently is only attempted if either Imagick extension is installed OR if im version > 6.3.2. Returns PEAR_Error otherwise - consistent with when a requested effect is not found.  Currently working on implementing for older im versions.
  
  - also some code cleanup/phpdoc/ws etc...
  
  Revision  Changes    Path
  1.4       +2 -3      framework/Image/Image/Effect/im/drop_shadow.php
  1.1       +83 -0     framework/Image/Image/Effect/im/photo_stack.php (new)
  1.79      +2 -2      framework/Image/Image/gd.php
  1.96      +20 -1     framework/Image/Image/im.php
  1.23      +1 -0      framework/Image/package.xml

  Chora Links:
  http://cvs.horde.org/diff.php/framework/Image/Image/Effect/im/drop_shadow.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/co.php/framework/Image/Image/Effect/im/photo_stack.php?r=1.1
  http://cvs.horde.org/diff.php/framework/Image/Image/gd.php?r1=1.78&r2=1.79&ty=u
  http://cvs.horde.org/diff.php/framework/Image/Image/im.php?r1=1.95&r2=1.96&ty=u
  http://cvs.horde.org/diff.php/framework/Image/package.xml?r1=1.22&r2=1.23&ty=u


More information about the cvs mailing list