php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #77063 imagick::getImageInterpolateMethod not available
Submitted: 2018-10-26 00:45 UTC Modified: 2019-04-15 16:25 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: jan dot gajos at agzeta dot pl Assigned: danack (profile)
Status: Closed Package: imagick (PECL)
PHP Version: 7.1.23 OS: Windows 10
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: jan dot gajos at agzeta dot pl
New email:
PHP Version: OS:

 

 [2018-10-26 00:45 UTC] jan dot gajos at agzeta dot pl
Description:
------------
When trying use setImageInterpolateMethod script generates:
PHP Fatal error:  Uncaught Error: Call to undefined method Imagick::setImageInterpolateMethod()


PHP 7.1.23
PECL imagick 3.4.3 (3.4.3-7.1-nts-vc14-x64)
API version:
ImageMagick 6.9.3-7 Q16 x64 2016-03-27 http://www.imagemagick.org


Test script:
---------------
$im= new Imagick();
$im->setImageInterpolateMethod(0);


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-10-26 00:57 UTC] jan dot gajos at agzeta dot pl
-Package: *Graphics related +Package: imagick
 [2018-10-26 00:57 UTC] jan dot gajos at agzeta dot pl
assigned to Imagick instead of graphic package
 [2019-04-15 16:25 UTC] danack@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: danack
 [2019-04-15 16:25 UTC] danack@php.net
This is fixed for the 3.4.6 release of Imagick which is imminent.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 03:01:32 2024 UTC