svn: /phpdoc/ja/trunk/reference/gmagick/gmagick/ setcompressionquality.xml

[email protected] (Yoshinari Takaoka)
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Fri, 24 Jan 2020 13:21:28 +0000

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

Log:
added gmagick missing doc translation

Changed paths:
    A   phpdoc/ja/trunk/reference/gmagick/gmagick/setcompressionquality.xml

Added: phpdoc/ja/trunk/reference/gmagick/gmagick/setcompressionquality.xml
===================================================================
--- phpdoc/ja/trunk/reference/gmagick/gmagick/setcompressionquality.xml	                        (rev 0)
+++ phpdoc/ja/trunk/reference/gmagick/gmagick/setcompressionquality.xml	2020-01-24 13:21:28 UTC (rev 349004)
@@ -0,0 +1,121 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 338732 Maintainer: mumumu Status: ready -->
+
+<refentry xml:id="gmagick.setcompressionquality" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <refnamediv>
+  <refname>Gmagick::setCompressionQuality</refname>
+  <refpurpose>オブジェクトのデフォルトの圧縮クオリティを設定する</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis role="oop">
+   <type>Gmagick</type><methodname>Gmagick::setCompressionQuality</methodname>
+   <methodparam>
+    <type>int</type><parameter>quality</parameter>
+    <initializer>75</initializer>
+   </methodparam>
+  </methodsynopsis>
+  <para>
+   オブジェクトのデフォルトの圧縮クオリティを設定します。
+  </para>
+ </refsect1>
+
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  <para>
+   <variablelist>
+    <varlistentry>
+     <term><parameter>quality</parameter></term>
+     <listitem>
+      <para>
+      </para>
+     </listitem>
+    </varlistentry>
+   </variablelist>
+  </para>
+ </refsect1>
+
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   成功時には Gmagick オブジェクトを返します。
+  </para>
+ </refsect1>
+ <refsect1 role="errors">
+  &reftitle.errors;
+  <para>
+   &gmagick.gmagickexception.throw;
+  </para>
+ </refsect1>
+
+<!-- Not sure if the ChangeLog entries are useful
+     in this case or not, so leaving the block
+     commented out.
+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     <row>
+      <entry>Enter the version of change here</entry>
+      <entry>
+       Describe the change
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+-->
+
+
+
+ <refsect1 role="examples">
+  &reftitle.examples;
+  <para>
+    <example>
+      <title> <function>Gmagick::setCompressionQuality</function></title>
+      <programlisting role="php">
+      <![CDATA[
+<?php
+$gm = new Gmagick();
+$gm->read("magick:rose");
+$gm->setCompressionQuality(2);
+?>
+]]>
+      </programlisting>
+    </example>
+  </para>
+ </refsect1>
+
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->


Property changes on: phpdoc/ja/trunk/reference/gmagick/gmagick/setcompressionquality.xml
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.