[cvs] commit: framework/Image Image.php framework/Image/Image im.php framework/Image/Image/Effect/im drop_shadow.php photo_stack.php round_corners.php

Michael Rubinsky mike at theupstairsroom.com
Mon Nov 5 22:03:59 UTC 2007


mrubinsk    2007-11-05 17:03:59 EST

  Modified files:
    Image                Image.php 
    Image/Image          im.php 
    Image/Image/Effect/im drop_shadow.php photo_stack.php 
                          round_corners.php 
  Log:
  Slight change to the Effects api.  We now have to call applyEffects() after all effects have been added to the image.
  This is specifically needed for the im driver (when not using Imagick extension) when we want to specify a non-transparent background. Doing it all in one convert command prevents the loss of transparency when creating intermediate temp files.
  
  Revision  Changes    Path
  1.63      +9 -1      framework/Image/Image.php
  1.9       +1 -3      framework/Image/Image/Effect/im/drop_shadow.php
  1.13      +5 -14     framework/Image/Image/Effect/im/photo_stack.php
  1.4       +4 -6      framework/Image/Image/Effect/im/round_corners.php
  1.103     +15 -2     framework/Image/Image/im.php

  Chora Links:
  http://cvs.horde.org/diff.php/framework/Image/Image.php?r1=1.62&r2=1.63&ty=u
  http://cvs.horde.org/diff.php/framework/Image/Image/Effect/im/drop_shadow.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/framework/Image/Image/Effect/im/photo_stack.php?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/diff.php/framework/Image/Image/Effect/im/round_corners.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/framework/Image/Image/im.php?r1=1.102&r2=1.103&ty=u


More information about the cvs mailing list