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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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 10:01:30 2024 UTC