You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>If set to TRUE, images will be auto-rotated according to the <ahref="http://keyj.emphy.de/exif-orientation-rant/">Exif Orientation Tag</a> so that they are always shown correctly.</p>
102
+
<p>If set to TRUE, JPEG images will be auto-rotated according to the <ahref="http://keyj.emphy.de/exif-orientation-rant/">Exif Orientation Tag</a> so that they are always shown correctly.</p>
103
103
<p><divclass="highlight">If you set this to TRUE you must also enable exif-support with --enable-exif. Windows users must enable both
104
104
the php_mbstring.dll and php_exif.dll DLL's in php.ini. The php_mbstring.dll DLL must be loaded before the
105
105
php_exif.dll DLL so adjust your php.ini accordingly. See <ahref="http://php.net/manual/en/exif.installation.php">the PHP manual</a></div></p><p>Default is FALSE</p>
@@ -714,7 +714,7 @@ <h5>Parameters:</h5>
714
714
be smaller or equal to the required width/height) and then it will
715
715
be centered both horizontally and vertically. The blank area will be
716
716
filled with the color specified by the <strong>bgcolor</strong> argument. (the
717
-
blank area will be filled only if the image is not transparent!)</li></ul><ul><li><strong>ZEBRA_IMAGE_NOT_BOXED</strong> - the image will be scalled so that it
717
+
blank area will be filled only if the image is not transparent!)</li></ul><ul><li><strong>ZEBRA_IMAGE_NOT_BOXED</strong> - the image will be scaled so that it
718
718
<em>could</em> fit in a box with the given width and height but will
719
719
not be enclosed in a box with given width and height. The new width/
720
720
height will be both smaller or equal to the required width/height</li></ul><p><ul><li><strong>ZEBRA_IMAGE_CROP_TOPLEFT</strong></li><li><strong>ZEBRA_IMAGE_CROP_TOPCENTER</strong></li><li><strong>ZEBRA_IMAGE_CROP_TOPRIGHT</strong></li><li><strong>ZEBRA_IMAGE_CROP_MIDDLELEFT</strong></li><li><strong>ZEBRA_IMAGE_CROP_CENTER</strong></li><li><strong>ZEBRA_IMAGE_CROP_MIDDLERIGHT</strong></li><li><strong>ZEBRA_IMAGE_CROP_BOTTOMLEFT</strong></li><li><strong>ZEBRA_IMAGE_CROP_BOTTOMCENTER</strong></li><li><strong>ZEBRA_IMAGE_CROP_BOTTOMRIGHT</strong></li></ul> For the methods involving crop, first the image is scaled so that both its sides are equal or greater than the respective sizes of the bounding box; next, a region of required width and height will be cropped from indicated region of the resulted image.</p><p>Default is ZEBRA_IMAGE_CROP_CENTER</p></td>
@@ -793,7 +793,7 @@ <h5>Parameters:</h5>
793
793
</tr>
794
794
</table>
795
795
<divid="doc_footer">
796
-
Documentation generated on <span>Wed, 12 Jul 2017 10:40:33 +0200</span> by <ahref="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
796
+
Documentation generated on <span>Mon, 21 Aug 2017 17:15:44 +0200</span> by <ahref="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
Copy file name to clipboardExpand all lines: docs/elementindex_Zebra_Image.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ <h3>_</h3>
72
72
<h3>a</h3>
73
73
<dl>
74
74
<dt>$auto_handle_exif_orientation</dt>
75
-
<dd>in file <em>Zebra_Image.php</em>, variable <ahref="Zebra_Image/Zebra_Image.html#var$auto_handle_exif_orientation">Zebra_Image::$auto_handle_exif_orientation</a><span>If set to TRUE, images will be auto-rotated according to the <ahref="http://keyj.emphy.de/exif-orientation-rant/">Exif Orientation Tag</a> so that they are always shown correctly.</span></dd>
75
+
<dd>in file <em>Zebra_Image.php</em>, variable <ahref="Zebra_Image/Zebra_Image.html#var$auto_handle_exif_orientation">Zebra_Image::$auto_handle_exif_orientation</a><span>If set to TRUE, JPEG images will be auto-rotated according to the <ahref="http://keyj.emphy.de/exif-orientation-rant/">Exif Orientation Tag</a> so that they are always shown correctly.</span></dd>
76
76
<dt>apply_filter</dt>
77
77
<dd>in file <em>Zebra_Image.php</em>, method <ahref="Zebra_Image/Zebra_Image.html#methodapply_filter">Zebra_Image::apply_filter()</a><span>Applies one or more filters to the image given as <ahref="Zebra_Image/Zebra_Image.html#var$source_path">source_path</a> and outputs it as the file specified as <ahref="Zebra_Image/Zebra_Image.html#var$target_path">target_path</a>.</span></dd>
78
78
</dl>
@@ -215,7 +215,7 @@ <h3>z</h3>
215
215
</tr>
216
216
</table>
217
217
<divid="doc_footer">
218
-
Documentation generated on <span>Wed, 12 Jul 2017 10:40:33 +0200</span> by <ahref="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
218
+
Documentation generated on <span>Mon, 21 Aug 2017 17:15:43 +0200</span> by <ahref="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
0 commit comments