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
Copy file name to clipboardExpand all lines: user_guide_src/source/libraries/images.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ previous results:
69
69
.. literalinclude:: images/004.php
70
70
71
71
This example would take the same image and first fix any mobile phone orientation issues,
72
-
rotate the image by 90 degrees, and then crop the result into a 100x100 pixel image,
72
+
rotate the image by 90 degrees, and then crop the result into a 100 x 100 pixel image,
73
73
starting at the top left corner. The result would be saved as the thumbnail.
74
74
75
75
.. note:: In order for the image class to be allowed to do any
@@ -136,7 +136,7 @@ thumbnail images that should match a certain size/aspect ratio. This is handled
136
136
- ``$maintainRatio`` will, if true, adjust the final dimensions as needed to maintain the image's original aspect ratio.
137
137
- ``$masterDim`` specifies which dimension should be left untouched when ``$maintainRatio`` is true. Values can be: ``'width'``, ``'height'``, or ``'auto'``.
138
138
139
-
To take a 50x50 pixel square out of the center of an image, you would need to first calculate the appropriate x and y
139
+
To take a 50 x 50 pixel square out of the center of an image, you would need to first calculate the appropriate x and y
0 commit comments