php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #75674 Missing documentation for Gmagick::contrastimage()
Submitted: 2017-12-13 08:45 UTC Modified: 2018-01-10 10:50 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: benjamin dot morel at gmail dot com Assigned:
Status: Verified Package: Documentation problem
PHP Version: Irrelevant OS: N/A
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
33 + 15 = ?
Subscribe to this entry?

 
 [2017-12-13 08:45 UTC] benjamin dot morel at gmail dot com
Description:
------------
The Gmagick::contrastimage() is not documented on php.net:
http://php.net/manual/en/class.gmagick.php

The signature of the method is:

public bool Gmagick::contrastimage ( bool $sharpen )

Source:
https://github.com/vitoc/gmagick/blob/master/gmagick_methods.c#L4980


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-01-10 10:50 UTC] pasindu@php.net
-Status: Open +Status: Verified
 [2018-01-10 10:50 UTC] pasindu@php.net
It seems to missing more docs
- getNumberImages
- coalesceImage
- sharpenImage
- setImagePage
- getImagePage
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 22:01:29 2024 UTC