Skip to content

Commit

Permalink
- Fixed ZETACOMP-55: Imagick composite with empty string parameter in
Browse files Browse the repository at this point in the history
  watermark doesn't work. (Patch by Xiongjie Chen)

git-svn-id: http://svn.ez.no/svn/ezcomponents/trunk@11477 bc0e7bdc-f0fc-0310-8ff6-f601c06e1256
  • Loading branch information
oms committed Mar 8, 2011
1 parent cc13644 commit 4223c06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 7 additions & 1 deletion ImageConversion/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
1.3.8 - [RELEASEDATE]
1.3.9 - [RELEASEDATE]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed ZETACOMP-55: Imagick composite with empty string parameter in
watermark doesn't work. (Patch by Xiongjie Chen)


1.3.8 - Monday 22 March 2010
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Fixed issue #15011: ImageMagick handler does now correctly use the binary
Expand Down
3 changes: 1 addition & 2 deletions ImageConversion/src/handlers/imagemagick.php
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,7 @@ public function watermarkAbsolute( $image, $posX, $posY, $width = false, $height

$this->addFilterOption(
$this->getActiveReference(),
'-composite',
''
'-composite'
);

$this->addFilterOption(
Expand Down

0 comments on commit 4223c06

Please sign in to comment.