php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #75596 Wrong doc of colordecisionlistimage leads to function being undocumented
Submitted: 2017-11-30 13:37 UTC Modified: 2021-03-16 13:12 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: imagick-bug at mailinator dot com Assigned:
Status: Verified Package: imagick (PECL)
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: imagick-bug at mailinator dot com
New email:
PHP Version: OS:

 

 [2017-11-30 13:37 UTC] imagick-bug at mailinator dot com
Description:
------------
At imagick-3.4.3/imagick_class.c:12716

/* {{{ proto int Imagick::setAntiAlias(bool antialias)
<------>Set whether antialiasing should be used for operations. On by default.
*/
#if MagickLibVersion > 0x676
PHP_METHOD(imagick, colordecisionlistimage)

This should be

/* {{{ proto int Imagick::ColorDecisionListImage ...



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-07-23 02:45 UTC] carusogabriel@php.net
-Type: Bug +Type: Documentation Problem
 [2021-03-16 13:12 UTC] cmb@php.net
-Status: Open +Status: Verified
 [2021-03-16 13:12 UTC] cmb@php.net
The source code has been fixed in the meantime, but these protos
are no longer used to generate documentation for many years,
anyway.

However, Imagick::ColorDecisionListImage() is indeed not
documented.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 11:01:28 2024 UTC