PHP Bugs  
php.net | support | documentation | report a bug | advanced search | search howto | statistics | login

go to bug id or search bugs for  

Bug #49156 Discrepancies betwen documentation and implementation for ImagickPixel
Submitted:4 Aug 2:57pm UTC Modified: 16 Nov 11:56am UTC
From:johan at qx dot se Assigned to:mkoppanen
Status:Closed Category:Documentation problem
Version:Irrelevant OS:
View/Vote Developer Edit Submission

[4 Aug 2:57pm UTC] johan at qx dot se
Description:
------------
Please do note that I'm NOT reporting a bug for ImagickPixel, I am
reporting a documentation error.

Documentation for ImagickPixel
(http://se2.php.net/manual/en/class.imagickpixel.php) states:
ImagickPixel::getHSL (PECL imagick 2.0.0)
ImagickPixel::setHSL (PECL imagick 2.0.0)

Using imagick 2.2.0, neither is implemented. However, there are two
other implemented functions that are not in the documentation:
ImagickPixel::setColorCount
ImagickPixel::clone

[4 Aug 9:28pm UTC] mkoppanen@php.net
Hello,

this method is available with sufficient version of ImageMagick (6.2.9
and higher). I am currently going through the docs so this should be
fixed (fairly) soon.
[16 Nov 11:56am UTC] svn@php.net
Automatic comment from SVN on behalf of vrana
Revision: http://svn.php.net/viewvc/?view=revision&revision=290809
Log: Requires ImageMagic >= 6.2.9 (bug #49156)
[16 Nov 11:56am UTC] vrana@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation
better.


RSS feed | show source 

PHP Copyright © 2001-2009 The PHP Group
All rights reserved.
Last updated: Sat Nov 21 10:30:49 2009 UTC