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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
33 - 9 = ?
Subscribe to this entry?

 
 [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: Thu Mar 28 22:01:26 2024 UTC