php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #80206 Call to undefined method Imagick::setImageAlpha()
Submitted: 2020-10-08 17:41 UTC Modified: 2021-03-16 13:20 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: eric dot hamabata at gmail dot com Assigned:
Status: Verified Package: imagick (PECL)
PHP Version: 7.4.11 OS: Ubuntu 20.04
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: eric dot hamabata at gmail dot com
New email:
PHP Version: OS:

 

 [2020-10-08 17:41 UTC] eric dot hamabata at gmail dot com
Description:
------------
Imagick 3.4.4
ImageMagick 6.9.10-23
PHP 7.4.3

When using setImageAlpha, since setImageOpacity is deprecated, I receiving an undefined method error. Listing the methods of Imagick there really isnt a "setImageAlpha" method.

Test script:
---------------
$im = new Imagick();
$im->setImageAlpha(0.3);


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-03-16 13:20 UTC] cmb@php.net
-Status: Open +Status: Verified -Type: Bug +Type: Documentation Problem
 [2021-03-16 13:20 UTC] cmb@php.net
Imagick::setImageAlpha() is only available when built against
ImageMagick 7.  This needs to be documented.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 16:01:29 2024 UTC