385 Commits

Author SHA1 Message Date
muno92
3f91a99283 Fix return value of Imagick::getResourceLimit (#2037) 2024-09-28 17:49:37 -07:00
Jim Winstead
0545e305cf Normalize version strings in changelog entries (#3672)
Now they're always N.X.Y for a PHP version, or PECL extension N.X.Y for PECL extensions.
2024-09-23 11:15:26 -07:00
Mikhail Alferov
3bbb0751e2 constants.xml Unify titles for families of constants (#3743)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2024-09-21 08:52:13 +08:00
Mikhail Alferov
e50e797467 Remove extra space characters (GH-3737)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2024-09-12 23:37:42 +02:00
Christoph M. Becker
9a15741262 Don't link to the direct downloads, but rather to the PECL page (GH-3633)
Besides that new builds are no longer placed on that server, users
better go to the PECL page, where they can get more information anyway.

See also GH-3632.
2024-08-17 11:19:39 +02:00
haszi
48ce43fe79 Remove empty resources pages (#3545)
Co-authored-by: haszi <haszika80@gmail.com>
2024-07-26 02:17:29 +01:00
Gina Peter Banyard
4d17b7b494 [skip-revcheck] Convert class markup to be compatible with DocBook 5.2
Closes GH-3415
2024-06-14 17:04:53 +01:00
Gina Peter Banyard
10a34d49b5 Fix markup issues in Imageick extension docs 2024-04-22 00:05:41 +01:00
haszi
f80105b4fc Remove constant tag from literal values (#3251)
* Remove constant tag from literal values

* [skip-revcheck] Fix whitespace

---------

Co-authored-by: haszi <haszika80@gmail.com>
2024-03-10 21:34:11 +01:00
Gina Peter Banyard
d4d5216e7a [skip-revcheck] Replace PHP_INI_* with INI_* constants
Performed via a bash script which can be found on PR GH-3140

Closes GH-3140

Co-authored-by: haszi <haszika80@gmail.com>
2024-01-26 14:00:36 +00:00
David Kmenta
dc4dddb02d Fix scaleImage parameter name 2023-06-26 18:03:28 +02:00
USAMI Kenta
002258199a Fix type of $profile parameter
Actually this parameter accepts null to remove the value.

The original stub is below:
28f27044e4/Imagick.stub.php (L1050)
2023-06-26 18:02:55 +02:00
Danack
560a2e6464 whitespace. 2023-01-10 17:37:07 +00:00
Danack
29e805ca4f Update reference/imagick/imagickkernel/scale.xml
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2023-01-10 17:37:07 +00:00
Danack
1534707f67 Tidied up refpurposes. 2023-01-10 17:37:07 +00:00
LoginovIlya
85278ca11d Fix refpurpose of Imagick 2023-01-10 17:37:07 +00:00
LoginovIlya
1ef9c7a767 Fix refpurpose of Imagick 2023-01-10 17:37:07 +00:00
Athos Ribeiro
52d113ac0a Fix broken external imagick URL
Closes GH-1868.
2022-10-04 11:20:47 +02:00
George Peter Banyard
19e8122137 Remove references to "double" and use float instead (#1848) 2022-09-27 12:38:35 +01:00
John Flatness
0b8183b149 Imagick: Add additional ALPHACHANNEL constants
Closes GH-1759.
2022-09-01 17:43:48 +02:00
Christoph M. Becker
20ddc39b6a Fix GH-1529: Missing documentation of second parameter of imagick.writeimagefile 2022-04-20 19:10:53 +02:00
George Peter Banyard
c44e9cb68b Fix some (con|de)structor pages (#1507)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2022-04-06 18:55:35 +01:00
George Peter Banyard
73fae4ee51 Fix syntax errors in examples (#1504) 2022-04-05 11:15:46 +01:00
George Peter Banyard
42aa8713e3 Fix section order in Imagick docs 2022-04-02 15:40:34 +01:00
Martin Samesch
48754af1a1 Fix return type (int → bool) (#1359)
* Fix return type (int → bool)

Mentioned in doc-de #67 by Daijobou (thanks).
Changelog entry?

* added changelog (thanks saundefined)

* Section returnvalues adjusted

* Forgot to adjust description.

* Update reference/imagick/imagick/getimagealphachannel.xml

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

* Correct purpose

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2022-03-29 20:15:14 +00:00
Christoph M. Becker
29168cf804 Closes GH-1024: imagick flop explanation is mistake
We also fix that issue for Gmagick::flopImage.
2021-12-17 15:45:18 +01:00
Christoph M. Becker
2272b929a1 Document Imagick installation on Windows
We also remove the out-dated (or outright wrong) requirements info for
Windows.
2021-11-10 19:18:06 +01:00
Livia Medeiros
6ce32bdcf3 Fix return value of Imagick::montageImage
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-974.
2021-09-27 14:55:05 +02:00
Christoph M. Becker
b0268930dc Fix #73587: Sample of imagemagic::getimagegeometry is irrelevant 2021-08-02 14:19:17 +02:00
Sergey Panteleev
8726060a81 Fix ImagickDraw::getGravity return value 2021-07-27 16:21:03 +03:00
Yoshinari Takaoka
e0cbe35fce fixed return value of ImagickDraw::clone. 2021-07-26 21:32:52 +09:00
Sergey Panteleev
0f49e97eeb ImagickDraw enhancement 2021-07-26 11:48:35 +03:00
Sergey Panteleev
668b6fc288 Fix example title and constants in ImagickDraw 2021-07-22 15:31:46 +03:00
zors1
636409541f Fix refpurpose of Imagick::getImageAttribute (#807) 2021-07-21 17:23:26 +03:00
George Peter Banyard
68c2c87150 Fix extension doc membership 2021-06-13 23:23:33 +01:00
Sergey Panteleev
65c4446ab3 Fix issues in Imagick directory
Part of #658
2021-06-10 14:52:56 +03:00
Christoph M. Becker
161f444538 Fix #76203: roundCorners method no longer exists 2021-03-16 14:33:38 +01:00
Christoph Michael Becker
9bf67e6ba6 ImagickPixel::getColor() takes an int, not a bool
Closes GH-262.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351875 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-04 15:32:16 +00:00
Christoph Michael Becker
02639373d9 Fix Imagick::getImageChannelMean() return value
Closes GH-259.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351874 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-04 14:28:49 +00:00
Christoph Michael Becker
8476c2a4c6 Remove sentence not followed by example
Closes GH-260.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351873 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-04 14:20:20 +00:00
Christoph Michael Becker
59da12cf81 Fix Imagick::getQuantumDepth() return type
Closes GH-261.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351872 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-04 14:17:41 +00:00
Christoph Michael Becker
84b3decdfe Mark static imagick methods as such
This is an amendment to r351870, where some Gmagick methods have accidentally
been marked as static, instead of the intended Imagick methods.  Not sure about
Gmagick, but I don't bother either, because that extension never had a stable
release, so I revert these changes.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351871 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-04 14:02:44 +00:00
Christoph Michael Becker
3193e2e78f Mark static imagick methods as such
These methods are static as of PECL imagick 3.3.0; previously, the methods
that already existed have been non-static methods which were allowed to be
called statically.  This info is irrelevant for the docs, though, since the
latest stable version before 3.3.0 was 3.1.0 which was released on 2013-09-06,
and as such not compatible with PHP 7.

Closes GH-263.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351870 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-04 13:41:15 +00:00
Christoph Michael Becker
fa0c88f1e3 Add missing public modifiers to imagick methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351855 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-03 22:28:04 +00:00
Christoph Michael Becker
dc38da9dbb Fix imagick version info
We also remove the Imagick::getimagemagicklicense() docs, because that
function never has been released.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351853 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-03 18:19:21 +00:00
Christoph Michael Becker
0ffb9c9fc8 Add missing public modifiers to Imagick methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351852 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-03 14:54:48 +00:00
Christoph Michael Becker
9a46200da9 Improve Imagick::affineTransformImage() example
Related to https://github.com/Imagick/imagick/pull/357

Closes GH-249.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351734 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 22:49:17 +00:00
Christoph Michael Becker
4754397753 Revert revision 351727 from phpdoc/en/trunk:
Document false and null return types

Cf. <https://news-web.php.net/php.doc.cvs/17645>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351729 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 17:58:32 +00:00
Jakub Vrana
69bd53265b Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351727 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 15:12:46 +00:00
Christoph Michael Becker
b95d28e6ec Fix return types
Functions which return false on failure should state that in their
signature as well.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351135 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:52:35 +00:00