php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #59618 GMagick does not support FlattenImage
Submitted: 2011-02-10 18:16 UTC Modified: 2012-01-20 16:02 UTC
From: mike at digitalstruct dot com Assigned: vito (profile)
Status: Closed Package: gmagick (PECL)
PHP Version: 5.3.5 OS: n/a
Private report: No CVE-ID: None
 [2011-02-10 18:16 UTC] mike at digitalstruct dot com
Description:
------------
GMagick extension does not currently support the C-API of 
GraphicsMagick FlattenImage call 
(http://www.graphicsmagick.org/api/transform.html#flattenimag
e) this call is very important when utilizing compositeimage.

Reproduce code:
---------------
$gmagick->compositeImage($gmagickInstance, \Gmagick::COMPOSITE_DEFAULT, $x, $y);

then would need to run:
$gmagick->flattenImages();

Expected result:
----------------
method would exist

Actual result:
--------------
method does not exist

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-01-20 16:02 UTC] vito@php.net
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php


 [2012-01-20 16:02 UTC] vito@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: vito
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 19:01:29 2024 UTC