Commit graph

454 commits

Author SHA1 Message Date
Pierre Joye
50c45c7a63 - fix default and add missing bilinear
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329952 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-28 21:13:28 +00:00
Pierre Joye
b63bf5479e - correct ref to function and c/p in the example code
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329951 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-28 21:10:15 +00:00
Kalle Sommer Nielsen
0f2e02d872 * Documented imagesetinterpolation() and the relevant constants that can be used together with it.
* Updated imagerotate() to mention that its now affected by imagesetinterpolation() when rendering

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329939 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-27 14:04:52 +00:00
Kalle Sommer Nielsen
63ad4c2f57 Document 'WebP Support' using gd_info()
# Pierre will add this shortly

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329938 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-27 13:05:12 +00:00
Kalle Sommer Nielsen
e2bee5cea1 Return true here to comply
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329937 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-27 10:44:55 +00:00
Kalle Sommer Nielsen
62b9defe2b Documented imagepalettetotruecolor() available as of 5.5.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329936 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-27 03:25:21 +00:00
TAKAGI Masahiro
ee1d6c45dd Fix filename
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329900 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-23 23:05:36 +00:00
TAKAGI Masahiro
120fdf0160 Use $Revision$ instead of $Rev$
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329899 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-23 23:04:16 +00:00
Kalle Sommer Nielsen
4969860e1f Remove empty notes sections
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329896 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-23 10:11:06 +00:00
Kalle Sommer Nielsen
c626fef979 Mention gd_info() here
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329895 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-23 00:31:15 +00:00
Kalle Sommer Nielsen
fa54c57911 Another typo fix, gosh I suck at this
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329893 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-22 20:05:45 +00:00
Kalle Sommer Nielsen
1b66dabe6e Fix path
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329890 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-22 19:53:05 +00:00
Kalle Sommer Nielsen
e0ac705d20 Shhh, nobody saw that
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329889 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-22 19:50:07 +00:00
Kalle Sommer Nielsen
879bef7581 * Document WebP support
* Fix $Rev: $ for imageflip.xml

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329888 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-22 19:48:36 +00:00
Peter Cowburn
169e21933b fix build again
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329886 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-22 19:46:47 +00:00
Kalle Sommer Nielsen
ea7f884bd2 Typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329885 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-22 19:42:53 +00:00
Kalle Sommer Nielsen
35079122d0 List all formats supported by GD on the introduction page, including relevant notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329883 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-22 19:30:46 +00:00
Kalle Sommer Nielsen
98cb35bf0f Note that imagecreatefromgif() uses the first frame of an animated image, as pointed out in a vague way in usernote #82912
# Usernote was deleted hereafter

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329882 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-22 19:21:58 +00:00
Kalle Sommer Nielsen
87be62964d Merge usernote comment #102402 into the documentation
# The usernote was deleted hereafter

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329881 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-22 19:01:40 +00:00
Kalle Sommer Nielsen
fed146ec1e Fix svn:props
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329874 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-22 16:09:01 +00:00
Kalle Sommer Nielsen
f50b25ab8b Documented imageflip(), available as of PHP 5.5.0 using LibGD
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329873 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-22 16:08:07 +00:00
Kalle Sommer Nielsen
d08076c1f0 It's good practice to also destroy the image resources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329872 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-22 15:52:00 +00:00
Kalle Sommer Nielsen
7d730d5c74 Kill empty <para>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329871 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-22 15:33:51 +00:00
Kalle Sommer Nielsen
7d5306f9c9 Bye PHP4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329587 c90b9560-bf6c-de11-be94-00142212c4b1
2013-02-27 14:50:35 +00:00
Justin Martin
0543e97382 Removed --with-ttf configure switch, as it was gone in 5.3.0.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329581 c90b9560-bf6c-de11-be94-00142212c4b1
2013-02-27 04:17:50 +00:00
Peter Cowburn
8432279c30 more detail for imagecopymerge/imagecopymergegray
--
Provided by anonymous #20490 (ajf@ajf.me)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328331 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 22:33:52 +00:00
Adam Harvey
6ad26c188a Add a see also link from imagecolorat() to imagesetpixel() and vice versa, per
a rather sensible suggestion in a user note.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328237 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-05 03:11:18 +00:00
Yannick Torres
38e3798be2 Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328184 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-29 15:25:28 +00:00
Sherif Ramadan
c87f8075d8 Fixed obscure language around getimagesize error section. Function does not throw a warning if the file is an invalid image. Only if the image data is corrupted.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327438 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-03 00:24:43 +00:00
Nikita Popov
3c002b0437 Fix changelogs for get_class_vars and imagecolorallocate[alpha]
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326068 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 18:44:58 +00:00
Hannes Magnusson
858cacd62c mark bunch of extensions with "membership" PI (like the membership comment)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326064 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:34:56 +00:00
Peter Cowburn
972972a60c Fix IMG_FILTER_COLORIZE description (doc #62198 - thanks mail+php at requinix dot net, andy at siliconrockstar dot com)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325929 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-01 20:42:04 +00:00
Joey Smith
7ae6fd70d4 document that imagecolortransparent() returns -1 if there's no current transparent color, and a new one is not specified
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325917 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-31 22:09:49 +00:00
Daniel P. Brown
7be5197da2 Addresses bug #62052.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325735 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-17 14:41:25 +00:00
Adam Harvey
5de0ed0920 Fix doc bug #61591 (mismatched argument description).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324693 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-02 01:14:16 +00:00
Yannick Torres
addba5dcce Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324459 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-22 15:15:20 +00:00
Yannick Torres
94497636f2 Fix svn keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324194 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-13 15:34:05 +00:00
Philip Olson
a7b0fcde72 Added documentation for getimagesizefromstring()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323770 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-02 03:20:50 +00:00
Jakub Vrana
f052ac1bd7 Revert useless change in 326638
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323642 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 00:24:15 +00:00
Jakub Vrana
c0ade579d4 PHP_INI_* is in fact INI_
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323638 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 20:26:39 +00:00
Jakub Vrana
4de5cce5d8 Linkable reference constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323624 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:22:09 +00:00
Hannes Magnusson
6cec8303c9 Add missing element
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321138 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-18 17:41:59 +00:00
Richard Quadling
d7470c8afc PHP4/PHP5 => PHP 4 / PHP 5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315183 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-19 10:36:17 +00:00
Richard Quadling
55e7c9742d Image is a jpg, not a renamed png.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315024 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-16 12:27:37 +00:00
Richard Quadling
fc9e379fd8 Standardise on single style of quotes for XML tag.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315005 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-16 11:38:58 +00:00
Jakub Vrana
ac04b2ea21 Extension purpose is not needed anymore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313269 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:46:15 +00:00
Kalle Sommer Nielsen
6ce17d1621 Fix markup as spotted by Salathe
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312697 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-30 14:17:15 +00:00
Kalle Sommer Nielsen
91980b7550 Fixed bug #54976 (Wrong parameter description) -- Patch by php at sp-in dot dk
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312695 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-30 14:11:47 +00:00
Jakub Vrana
408baf1537 Trunk became PHP 5.4.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312690 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-30 13:41:29 +00:00
Richard Quadling
b28a4457b0 Use png image for imagecreatefrompng.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311535 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-28 22:59:28 +00:00