[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] svn: /phpdoc/en/trunk/reference/gmagick/ gmagick/cropimage.xml gmagick/cropthumbnailimage.
From:       Vito_Chin <vito () php ! net>
Date:       2009-09-27 17:26:34
Message-ID: svn-vito-1254072394-288869-1935196232 () svn ! php ! net
[Download RAW message or body]

vito                                     Sun, 27 Sep 2009 17:26:34 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=288869

Log:
Windows build information

Changed paths:
    U   phpdoc/en/trunk/reference/gmagick/gmagick/cropimage.xml
    U   phpdoc/en/trunk/reference/gmagick/gmagick/cropthumbnailimage.xml
    U   phpdoc/en/trunk/reference/gmagick/gmagick/newimage.xml
    U   phpdoc/en/trunk/reference/gmagick/gmagick/oilpaintimage.xml
    U   phpdoc/en/trunk/reference/gmagick/setup.xml

Modified: phpdoc/en/trunk/reference/gmagick/gmagick/cropimage.xml
===================================================================
--- phpdoc/en/trunk/reference/gmagick/gmagick/cropimage.xml	2009-09-27 16:57:01 UTC \
                (rev 288868)
+++ phpdoc/en/trunk/reference/gmagick/gmagick/cropimage.xml	2009-09-27 17:26:34 UTC \
(rev 288869) @@ -11,10 +11,16 @@
   &reftitle.description;
   <methodsynopsis>
    <modifier>public</modifier> \
                <type>void</type><methodname>Gmagick::cropimage</methodname>
-   <methodparam><type>int</type><parameter>x</parameter></methodparam>
+    <methodparam>
+      <type>int</type>
+      <parameter>width</parameter>
+    </methodparam>
+    <methodparam>
+      <type>int</type>
+      <parameter>height</parameter>
+    </methodparam>
+    <methodparam><type>int</type><parameter>x</parameter></methodparam>
    <methodparam><type>int</type><parameter>y</parameter></methodparam>
-   <methodparam><type>int</type><parameter>width</parameter></methodparam>
-   <methodparam><type>int</type><parameter>height</parameter></methodparam>
   </methodsynopsis>
   <para>
    Extracts a region of the image.
@@ -27,6 +33,27 @@
   &reftitle.parameters;
   <para>
    <variablelist>
+
+     <varlistentry>
+       <term>
+         <parameter>width</parameter>
+       </term>
+       <listitem>
+         <para>
+           The width of the crop
+         </para>
+       </listitem>
+     </varlistentry>
+     <varlistentry>
+       <term>
+         <parameter>height</parameter>
+       </term>
+       <listitem>
+         <para>
+           The height of the crop
+         </para>
+       </listitem>
+     </varlistentry>
     <varlistentry>
      <term><parameter>x</parameter></term>
      <listitem>
@@ -43,22 +70,6 @@
       </para>
      </listitem>
     </varlistentry>
-    <varlistentry>
-     <term><parameter>width</parameter></term>
-     <listitem>
-      <para>
-       The width of the crop
-      </para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><parameter>height</parameter></term>
-     <listitem>
-      <para>
-       The height of the crop
-      </para>
-     </listitem>
-    </varlistentry>
    </variablelist>
   </para>
  </refsect1>

Modified: phpdoc/en/trunk/reference/gmagick/gmagick/cropthumbnailimage.xml
===================================================================
--- phpdoc/en/trunk/reference/gmagick/gmagick/cropthumbnailimage.xml	2009-09-27 \
                16:57:01 UTC (rev 288868)
+++ phpdoc/en/trunk/reference/gmagick/gmagick/cropthumbnailimage.xml	2009-09-27 \
17:26:34 UTC (rev 288869) @@ -11,8 +11,6 @@
   &reftitle.description;
   <methodsynopsis>
    <modifier>public</modifier> \
                <type>void</type><methodname>Gmagick::cropthumbnailimage</methodname>
-   <methodparam><type>int</type><parameter>x</parameter></methodparam>
-   <methodparam><type>int</type><parameter>y</parameter></methodparam>
    <methodparam><type>int</type><parameter>width</parameter></methodparam>
    <methodparam><type>int</type><parameter>height</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/en/trunk/reference/gmagick/gmagick/newimage.xml
===================================================================
--- phpdoc/en/trunk/reference/gmagick/gmagick/newimage.xml	2009-09-27 16:57:01 UTC \
                (rev 288868)
+++ phpdoc/en/trunk/reference/gmagick/gmagick/newimage.xml	2009-09-27 17:26:34 UTC \
(rev 288869) @@ -14,7 +14,7 @@
    <methodparam><type>int</type><parameter>width</parameter></methodparam>
    <methodparam><type>int</type><parameter>height</parameter></methodparam>
    <methodparam><type>mixed</type><parameter>background</parameter></methodparam>
-   <methodparam><type>string</type><parameter>height</parameter></methodparam>
+   <methodparam><type>string</type><parameter>format</parameter></methodparam>
   </methodsynopsis>
   <para>
    Creates a new image with the specified background color

Modified: phpdoc/en/trunk/reference/gmagick/gmagick/oilpaintimage.xml
===================================================================
--- phpdoc/en/trunk/reference/gmagick/gmagick/oilpaintimage.xml	2009-09-27 16:57:01 \
                UTC (rev 288868)
+++ phpdoc/en/trunk/reference/gmagick/gmagick/oilpaintimage.xml	2009-09-27 17:26:34 \
UTC (rev 288869) @@ -11,7 +11,10 @@
   &reftitle.description;
   <methodsynopsis>
    <modifier>public</modifier> \
                <type>void</type><methodname>Gmagick::oilpaintimage</methodname>
-   <void />
+    <methodparam>
+      <type>float</type>
+      <parameter>radius</parameter>
+    </methodparam>
   </methodsynopsis>
   <para>
    Applies a special effect filter that simulates an oil painting. Each pixel is \
replaced by the most frequent color occurring in a circular region defined by radius. \
@@ -23,7 +26,20 @@

  <refsect1 role="parameters">
   &reftitle.parameters;
-  &no.function.parameters;
+   <para>
+     <variablelist>
+       <varlistentry>
+         <term>
+           <parameter>radius</parameter>
+         </term>
+         <listitem>
+           <para>
+             The radius of the circular neighborhood.
+           </para>
+         </listitem>
+       </varlistentry>
+     </variablelist>
+   </para>
  </refsect1>

  <refsect1 role="returnvalues">

Modified: phpdoc/en/trunk/reference/gmagick/setup.xml
===================================================================
--- phpdoc/en/trunk/reference/gmagick/setup.xml	2009-09-27 16:57:01 UTC (rev 288868)
+++ phpdoc/en/trunk/reference/gmagick/setup.xml	2009-09-27 17:26:34 UTC (rev 288869)
@@ -31,7 +31,8 @@
    <simpara>The official name of this extension is \
<emphasis>gmagick</emphasis>.</simpara>  </note>
   <para>
-   &pecl.windows.download;
+    For Windows, the build of the Gmagick extension is available
+    <link xlink:href="http://valokuva.org/magick/">here</link>
   </para>
  </section>
  <!-- }}} -->



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic