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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mike at digitalstruct dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Tue Dec 03 06:01:30 2024 UTC