Commit graph

534 commits

Author SHA1 Message Date
Christoph Michael Becker
d52b1d218a Integrate user note 123426
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346311 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-12 18:23:22 +00:00
Christoph Michael Becker
e20c1d1997 Integrate user note 121798
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346310 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-12 18:09:21 +00:00
Christoph Michael Becker
80b8e5fbd9 Default value of $mode parameter of imagecropauto() is changed as of PHP 7.4.0
Cf. <https://github.com/php/php-src/pull/3679>-

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346308 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-12 17:13:40 +00:00
Christoph Michael Becker
905ecfca12 imageautocrop() returns a copy of the image if nothing is to be cropped
Neither bundled nor system libgd cause a FALSE return value in this case.
Since the other differences are eliminated as of PHP 7.4.0, and are 
already prominently documented, we remove the respective note.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346143 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-01 22:40:24 +00:00
Christoph Michael Becker
836c8cf1c4 imageautocrop() bahvior of bundled libgd has been synced with upstream
Cf. <https://github.com/php/php-src/pull/3681>
and <https://github.com/php/php-src/pull/3682>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346142 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-01 22:21:21 +00:00
Christoph Michael Becker
cbf6bba350 Improve optional parameter docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346101 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-27 16:33:35 +00:00
Christoph Michael Becker
3f323ecf21 Document differences between bundled and system libgd
See also <https://github.com/php/php-src/pull/3681>.

Together with r346037 this also integrates user note 123362.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346039 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-24 15:49:43 +00:00
Christoph Michael Becker
5ccf746244 Clarify meaning of $mode default value
See also <https://github.com/php/php-src/pull/3679>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346037 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-23 16:09:08 +00:00
Christoph Michael Becker
c275d0e5ab Document image2wbmp() deprecation
Cf. <https://wiki.php.net/rfc/image2wbmp>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345114 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-10 10:45:11 +00:00
Christoph Michael Becker
92e25e152b Document *actual* behavior
See <https://wiki.php.net/rfc/image2wbmp>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345112 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-09 21:13:30 +00:00
Christoph Michael Becker
f8dca7cec6 Add mutual reference
Inspired by a patch provided by Vladimir S.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345053 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-25 14:49:35 +00:00
Christoph Michael Becker
f543b07b0a Fix bug #76235: imagejpeg does not always return false on error
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344720 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-18 16:26:00 +00:00
Christoph Michael Becker
f6b4529602 $imageinfo only supports JFIF
See bug #27591.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344612 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-03 13:14:59 +00:00
Christoph Michael Becker
1ebd03cac1 Document that imageft*() are extended variants of imagettf*()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344605 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-01 15:00:28 +00:00
Christoph Michael Becker
081558397b imagecolorat() may also return FALSE
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344604 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-01 14:16:57 +00:00
Christoph Michael Becker
653e79693a Move important note upward to make it more prominent
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344603 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-01 13:59:27 +00:00
Christoph Michael Becker
b84cc8e4c5 DRY
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344602 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-01 13:53:02 +00:00
Christoph Michael Becker
6a38f33d08 Fix order of sections
The changelog is supposed to come before the examples.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344601 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-01 13:34:19 +00:00
Christoph Michael Becker
134d541212 GD 1 is long gone
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344599 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-31 21:27:44 +00:00
Christoph Michael Becker
ad3d256ffd Move removal warning to <refsynopsisdiv> analogous to the other imageps*() functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344597 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-31 13:12:07 +00:00
Christoph Michael Becker
8cfd23405f Yet more DRY
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344596 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-31 12:21:02 +00:00
Christoph Michael Becker
54c346839d Fix build and more DRY
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344595 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-31 12:19:53 +00:00
Christoph Michael Becker
1faec0faeb DRY
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344594 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-31 11:57:01 +00:00
Christoph Michael Becker
5c0c87e3e9 Fix return value section
`imagedashedline()` fails, if an invalid resource is passed.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344592 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-30 21:39:28 +00:00
Christoph Michael Becker
2d381a03b8 Use already defined language snippet
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344588 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-29 17:15:20 +00:00
Christoph Michael Becker
3b090cccc2 Fix typo
Patch provided by Jorrit Schippers.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344561 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-25 13:51:26 +00:00
Christoph Michael Becker
6e2531fee2 Fix XML ID
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344334 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-23 09:53:34 +00:00
Christoph Michael Becker
f3bdf92d3e Don't try to imagedestroy() FALSE
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344284 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-18 19:09:02 +00:00
Pieter Hordijk
c2b0f6ace4 make the reader aware that imagecrop() returns a new image and therefore 2 image resources need to be freed after using it.
-- 
Provided by anonymous 82013 ()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344273 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-16 15:16:47 +00:00
Jakub Vrana
fa994a739c Fix function signatures
Some of these probably deserve an entry in changelog, please add it if you have energy.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343898 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:03:56 +00:00
Jakub Vrana
dd07341fae Remove trailing fullstop in <refpurpose>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343888 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 15:34:22 +00:00
Christoph Michael Becker
d0bf71f15b Add link to "Supported Protocols and Wrappers"
That is supposed to be sufficient to remove user note 102902.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343854 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-22 14:38:59 +00:00
Christoph Michael Becker
099a58be24 Fix bug #75788: getimagesize() for GIF
We clarify the details regarding the image size reported by
getimagesize() for GIFs vs. the actual size of images created by
imagecreatefromgif().

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343841 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-15 13:58:49 +00:00
Chris Wright
db6db42bed Document 2nd arg for imagebmp() as optional
Fixes #75531

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343414 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-15 23:28:23 +00:00
Christoph Michael Becker
d47f8424f1 Fix #75438: 2nd parameter of imagewebp() is optional
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343295 c90b9560-bf6c-de11-be94-00142212c4b1
2017-10-25 12:08:02 +00:00
Christoph Michael Becker
040bb7d857 Sync $fontfile description of imagettfbbox() with imagettftext()
Since both parameters are treated identically, the descriptions should
match. To avoid duplication we're introducing an entity.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342949 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-27 18:59:31 +00:00
Christoph Michael Becker
e24b13ad4f Improve IMG_FILTER_GRAYSCALE documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342945 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-27 12:45:43 +00:00
Christoph Michael Becker
0c657886f3 Fix typo
Patch provided by anon user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342311 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-11 14:45:20 +00:00
Pieter Hordijk
cb8238627d Added explanation for default compression level.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342247 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-05 10:11:05 +00:00
Christoph Michael Becker
6cbc24579a Update wrt. PHP 7.1.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342151 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-17 13:08:14 +00:00
Christoph Michael Becker
7ec5fffa2f Fix #74239: getimagesize returns incorrect value for corrupt file.
We promote the respective notice to a caution, move it up, and explain
that the returned array may contain nonsense.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342146 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-17 12:12:36 +00:00
Christoph Michael Becker
a4d6479877 Remove superfluous information
As of PHP 5.0.0 libgd 2.0.4 is required anyway.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341802 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-28 19:20:05 +00:00
Christoph Michael Becker
d62da24458 Document BMP support (available as of PHP 7.2.0)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341594 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-04 14:28:17 +00:00
Christoph Michael Becker
7f829dd8a2 Fix typo and improve grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341292 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-05 23:59:37 +00:00
Maciej Sobaczewski
95bdd6883b Another round of PHP 4 content removal (mostly inline mentions)
Review is welcome

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341282 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-05 10:17:07 +00:00
Christoph Michael Becker
8d4eef1572 png2wbmp() and jpeg2wbmp() are deprecated as of PHP 7.2.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341003 c90b9560-bf6c-de11-be94-00142212c4b1
2016-11-13 22:49:30 +00:00
Maciej Sobaczewski
3906c681cd Fix inconsistent changelogs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340948 c90b9560-bf6c-de11-be94-00142212c4b1
2016-11-11 12:55:45 +00:00
Christoph Michael Becker
cbfca3b77d Document new imageresolution() function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340568 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-20 10:50:51 +00:00
Christoph Michael Becker
2f4a6b7ebc Remove out-dated information
Neither information regarding PHP 4 nor GD < 2.0.4 is relevant anymore.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340502 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-17 11:47:48 +00:00
Christoph Michael Becker
2f6123253c Document new imageopenpolygon() function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340500 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-17 09:20:34 +00:00
Christoph Michael Becker
edf411e2cd Fix #73274: imagescale() with IMG_WEIGHTED4 always returns FALSE
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340412 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-09 16:50:23 +00:00
Christoph Michael Becker
bab7e4c16c Fix broken markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340409 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-09 12:34:02 +00:00
Christoph Michael Becker
7affcb8275 Fix #73272: imagescale() is not affected by, but affects imagesetinterpolation()
We fix the documentation part of this bug, namely that imagesetinterpolation()
would affect imagescale() what has never been the case.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340408 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-09 12:29:59 +00:00
Christoph Michael Becker
055cdb7c7e Document imagecrop()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340406 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-09 11:33:10 +00:00
Christoph Michael Becker
de99d5d89b Document IMAGETYPE_WEBP
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340375 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-07 22:36:06 +00:00
Christoph Michael Becker
10d3f753b5 Clarify that only *supported* image types work
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340373 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-07 18:18:52 +00:00
Christoph Michael Becker
adb09c0aab Clarify purpose of the examples
This integrates user note 105479.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340314 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-04 15:30:56 +00:00
Christoph Michael Becker
ec54028a96 Fix #73235: imagerotate() always ignores $ignore_transparent
Well, we're not actually fixing the issue, but rather document the current state.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340286 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-03 16:34:07 +00:00
Christoph Michael Becker
d1cc38ade9 Document IMG_EFFECT_MULTIPLY (available as of PHP 7.2.0)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340274 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-02 17:48:55 +00:00
Christoph Michael Becker
a0f88d3663 imageantialias() will be generally available as of PHP 7.2.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340272 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-02 11:33:02 +00:00
Christoph Michael Becker
e5d20e319e imageantialias() is only available with the bundled libgd
Despite what has been claimed in bug #62167, see
<https://github.com/php/php-src/blob/PHP-7.1.0RC3/ext/gd/gd.c#L4560-L4580>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340264 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-30 18:52:20 +00:00
Christoph Michael Becker
6c9cb61806 Document imagesetclip() and imagegetclip()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340158 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-24 14:14:54 +00:00
Christoph Michael Becker
8504e556ba Add 7.2.0 changelog entry
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340157 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-24 13:31:49 +00:00
Christoph Michael Becker
c47d41f644 Improve image(ttf|ft)(text|bbox) docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340022 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-13 17:39:51 +00:00
Christoph Michael Becker
674885fd4f Fix #66817: imagecreatefromstring has undocumented warnings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339917 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-21 12:28:53 +00:00
Christoph Michael Becker
de6cf4129f Document default values of imagegd(2)s optional parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339880 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-14 18:26:15 +00:00
Christoph Michael Becker
4ca59ff030 Fix misinformation regarding the bundled GD
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339877 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-14 12:48:17 +00:00
Christoph Michael Becker
235f3d10c6 Update GD docs wrt. to required versions
PHP 5.0.0 requires GD >= 2.0.4 anyway, so we can remove a lot of out-dated info.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339875 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-14 11:17:37 +00:00
Christoph Michael Becker
345e07d0f8 imagewebp() has an optional $quality parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339773 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-03 13:53:56 +00:00
Christoph Michael Becker
2a0e3aa7be Fix #72741: imagecreatefromxpm() on Windows
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339772 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-03 10:16:27 +00:00
Christoph Michael Becker
a9fd3dce45 Note that $style must not be empty
See <https://bugs.php.net/72709>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339764 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-02 17:17:59 +00:00
Christoph Michael Becker
3cb7b87445 Most image writing functions accept also a stream as second argument
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339706 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-23 13:16:11 +00:00
Christoph Michael Becker
02fd937287 imagexbm() uses $filename also to construct the C identifiers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339673 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-15 19:27:35 +00:00
Christoph Michael Becker
f407572f29 image(filled)ellipse ignores imagesetthickness
That has already been filed as feature request against libgd:
<https://github.com/libgd/libgd/issues/174>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339670 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-15 17:08:42 +00:00
Christoph Michael Becker
83694c8940 Document #72596: imagetypes function won't advertise WEBP support
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339665 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-14 15:38:25 +00:00
Christoph Michael Becker
794c8b585a Fix #69182: imagecropauto function not properly documented
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339649 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-11 17:54:29 +00:00
Christoph Michael Becker
44d66aa2be XBM images apply padding now (#53640)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339384 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-17 16:24:27 +00:00
Christoph Michael Becker
b38659fe3b The second parameter is not optional as pointed out in #66386.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339318 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-10 12:35:13 +00:00
Christoph Michael Becker
96caca72c4 Document imageaffinematrix*() and IMG_AFFINE_*
That still needs improvement; especially the structure of an affine
transformation matrix has to be documented, maybe with imageaffine(),
where there are already user notes by abc at ed48 dot com which appear
to be correct.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339317 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-10 12:16:15 +00:00
Christoph Michael Becker
c2aae8928b minor fixes by anon users
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338507 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-15 17:34:57 +00:00
Christoph Michael Becker
142e1a0eb7 typo fixes submitted by anon users
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338501 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-15 14:14:37 +00:00
Adam Harvey
cf10d85794 Move the imageps* warnings up to match other functions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338428 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-08 01:34:23 +00:00
Adam Harvey
50c3dfb417 Rename entity.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337348 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:15:27 +00:00
Adam Harvey
fa77555e3a Add removal notices to T1 functions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337347 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:15:20 +00:00
Christoph Michael Becker
1f4b86ab4b added note that getimagesize() is not suitable to detect whether a file is an
image (contributed by Boris Madzar)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337230 c90b9560-bf6c-de11-be94-00142212c4b1
2015-07-23 21:59:05 +00:00
Christoph Michael Becker
a08be5cd1e fixed example which assumed that calling iptcembed() would fail if there's
already an APP13 marker, what is not true as of PHP 4.3.0 at least

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337191 c90b9560-bf6c-de11-be94-00142212c4b1
2015-07-18 20:03:52 +00:00
Christoph Michael Becker
1f4a041725 fixed documentation of spool parameter;
made minor improvements to example

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337182 c90b9560-bf6c-de11-be94-00142212c4b1
2015-07-17 13:16:01 +00:00
Christoph Michael Becker
5ee269e173 improved documentation of imagexbm according to #53640
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337142 c90b9560-bf6c-de11-be94-00142212c4b1
2015-07-11 20:52:56 +00:00
Christoph Michael Becker
374efba173 fixed gd_info() doc wrt. 'WebP Support' key (#70047)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337141 c90b9560-bf6c-de11-be94-00142212c4b1
2015-07-11 16:05:58 +00:00
Christoph Michael Becker
966b269f4f added changelog (fixes #69878)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337000 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-18 19:22:33 +00:00
Peter Cowburn
0938cb6b68 IMG_FILTER_BRIGHTNESS allows -225 to 255
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336904 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-09 20:59:14 +00:00
Kalle Sommer Nielsen
e7d9bc47f4 Added a changelog to each of the removed imageps*() function references for 7.0.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336856 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-29 07:44:59 +00:00
Maciej Sobaczewski
fbc4ef92fa More PHP 4 removals, mainly language snippets.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336340 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-03 08:14:30 +00:00
Adam Harvey
c5f1d257e1 Note the fix for bug #65171, and generally flesh out the imagescale() docs.
Fixes doc bug #68239 (Incorrect documentation or library bug).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335164 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-07 10:16:20 +00:00
Simion Onea
14af302c9c Making the XML definition consistent across the entire project.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Maciej Sobaczewski
e41aab5eca Remove changelogs for PHP 4 - 3rd round
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334621 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-27 17:46:13 +00:00
Maciej Sobaczewski
8b5940cade Remove changelogs for PHP 4 - 2nd round
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334605 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-26 14:28:17 +00:00
Maciej Sobaczewski
afc3f34c68 Remove changelogs for PHP 4 - 1st round
Useful changelogs entries remain untouched.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334592 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-23 17:55:23 +00:00
Peter Cowburn
6e91f734d0 Typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333671 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-01 13:13:28 +00:00
Peter Cowburn
d356ab0c59 Link to IMAGETYPE_XXX constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333205 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:55:53 +00:00