Dan Ackroyd
18dc6d0d46
Added lots of examples to Imagick
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336315 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-01 15:11:11 +00:00
Dan Ackroyd
fe067bd924
Added new ImagickKernel class as well as added missing documentation for other classes.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336301 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-31 17:07:27 +00:00
Mikko Koppanen
c6c82628fa
Added ImagickPixel::isPixelSimilar
...
Added deprecated notes
Added setImageOpacity note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331921 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-23 08:13:17 +00:00
Chris Wright
cc4e84bc20
Fix invalid/missing parameter block introduced by rev. 331915
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331916 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-22 14:17:40 +00:00
Chris Wright
fba79ab2c1
Add entity missing from rev. 331910
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331915 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-22 12:42:20 +00:00
Chris Wright
27e04870d4
Basic Imagick::getHSL example, remove undocumented warning.
...
--
Provided by anonymous 33522 (Danack@basereality.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331912 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-22 11:10:15 +00:00
Chris Wright
dad626c84a
Added basic getColor example. Removed 'function undocumented' tag.
...
--
Provided by anonymous 33522 (Danack@basereality.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331911 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-22 11:06:55 +00:00
Chris Wright
9a4f8d4ebc
Added basic example + output. Removed 'function undocumented' warning, and removed parameter block.
...
--
Provided by anonymous 33522 (Danack@Basereality.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331910 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-22 11:02:37 +00:00
Chris Wright
2a1ad45f23
Added example, clarified what the parameter is, removed 'undocumented function' warning for ImagickPixel::getColorValue().
...
--
Provided by anonymous 33522 (Danack@basereality.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331908 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-22 10:49:40 +00:00
Chris Wright
58c799395b
Added example, removed 'undocumented function' warning in ImagickPixel::setColorValue().
...
--
Provided by anonymous 33522 (Danack@basereality.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331906 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-22 10:03:16 +00:00
Chris Wright
0a940f14c8
Fix whitespace errors introduced in rev. 331903
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331905 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-22 09:28:49 +00:00
Chris Wright
5543faa65a
Basic example of modifying color through setHSL.
...
--
Provided by anonymous 34693 (Danack@basereality.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331903 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-22 08:39:17 +00:00
Chris Wright
f5a1660e46
The manual was saying to use the wrong constants. This function takes the Imagick::COLOR_XXX constants not the CHANNEL_XXX constants.
...
https://github.com/mkoppanen/imagick/blob/master/imagickpixel_class.c#L437
--
Provided by anonymous 34693 (Danack@Basereality.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331860 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-17 15:11:17 +00:00
Jakub Vrana
196abbabb4
Change IDs function.{class}-{method} to {class}.{method}
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322115 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 05:08:38 +00:00
Jakub Vrana
c5aae9ac79
Undocument constructor return types
...
$c->__construct() usually returns NULL but isn't call explicitly often
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321903 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-08 05:48:33 +00:00
Daniel Egeberg
96c9d88bad
Converted to utf-8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Jakub Vrana
8e286eb3f0
Requires ImageMagic >= 6.2.9 (bug #49156 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290809 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-16 11:56:47 +00:00
Torben Wilson
af4410a7e1
Normalized the sgml-default-dtd-file local-variable line for those
...
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Nilgün Belma Bugüner
22f21df28b
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283818 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 07:40:16 +00:00
Jakub Vrana
b08c166781
Initializers - part 6
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273942 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-19 15:05:01 +00:00
Mehdi Achour
598efa3b55
Rollback (don't use classsynopsys)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249612 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-01 14:55:27 +00:00
Mehdi Achour
df66766a88
Use OO syntax
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249575 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-31 19:40:12 +00:00
Mehdi Achour
f6d1a60b7a
WS, cleaning up a bit
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249574 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-31 19:13:52 +00:00
Hannes Magnusson
898a04425c
MFB: Various new docs & fixes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248851 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-23 20:24:21 +00:00
Hannes Magnusson
7d192049a0
Fix few conflicts due to docbook5 upgrade
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238164 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:57:05 +00:00
Hannes Magnusson
c030e2adf7
Upgrade to DocBook5:
...
- All id attributes are now xml:id
- Add docbook namespace to all root elements
- Replace <ulink /> with <link xlink:href />
- Minor markup fixes here and there
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Jakub Vrana
75ecffb1cb
Fix methodsynopsis
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237770 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-15 15:53:14 +00:00
Alexander Songe
ba6ab08982
language-snippets.ent
...
+ changed imagick's generic return entities to something more appropriate
+ added entities for throwing ImagickException, etc
reference/imagick/imagick/adaptiveblurimage.xml and
reference/imagick/imagick/adaptiveresizeimage.xml
+ fully documented
+ included an example
+ added error information
+ no longer marked undocumented
+ changed &warn.experimental; to &warn.experimental.func;
reference/imagick/imagick/*.xml and
reference/imagick/imagickdraw/*.xml and
reference/imagick/imagickpixel/*.xml and
reference/imagick/imagickpixeliterator/*.xml
+ changed &warn.experimental; to &warn.experimental.func;
+ changed &imagick.*.return.success to &imagick.return.success;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237612 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-14 06:13:42 +00:00
Mikko Koppanen
30d56ddfd1
Added documentation for ImagickPixel::getColor and Imagick::newPseudoImage.
...
Removed getcolorasnormalizedstring.xml and getcolorasstring.xml.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237467 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-12 09:24:26 +00:00
Alexander Songe
e5be25b103
Added link to imagemagick.org to entities/global.ent. Added install.xml. Altered all functions to contain the experimental reference.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237071 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-06 02:41:42 +00:00
Alexander Songe
dc8100a758
Third and final commit for Imagick 2.0 docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236988 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-05 02:41:01 +00:00