summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorFlorian Heyer <info@heyer-it.de>2018-01-24 12:47:07 +0100
committerDirk Lemstra <dlemstra@users.noreply.github.com>2018-01-30 12:49:04 +0100
commit1f6617ddd95a2a2cc824abc481268e0f1d4a6fd6 (patch)
tree9771935131b80e255db209f7e86f9957ef2275f3 /www
parent1fbed78912c830ccd82eecdb8a1db4882abb8276 (diff)
downloadImageMagick-1f6617ddd95a2a2cc824abc481268e0f1d4a6fd6.tar.gz
add attribute to get in perl doc
attribute "magick" can be used to get image format tag
Diffstat (limited to 'www')
-rw-r--r--www/perl-magick.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/perl-magick.html b/www/perl-magick.html
index 45215cc33..de43dd091 100644
--- a/www/perl-magick.html
+++ b/www/perl-magick.html
@@ -1865,6 +1865,12 @@ $width = $image-&gt;[3]-&gt;Get('columns');
</tr>
<tr>
+ <td>magick</td>
+ <td><i>string</i></td>
+ <td>get the image format tag</td>
+ </tr>
+
+ <tr>
<td>mean-error</td>
<td><i>double</i></td>
<td>the normalized mean error per pixel computed with methods Compare() or Quantize()</td>