Skip to content

Commit c691ecb

Browse files
committed
docs: update description
1 parent 24b94ee commit c691ecb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

user_guide_src/source/libraries/images.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ For example, to create an image thumbnail you'll do this:
5555
.. literalinclude:: images/003.php
5656

5757
The above code tells the library to look for an image
58-
called *mypic.jpg* located in the source_image folder, then create a
59-
new image from it that is 100 x 100pixels using the GD2 image_library,
60-
and save it to a new file (the thumb). Since it is using the ``fit()`` method,
58+
called **mypic.jpg** located in the **/path/to/image** folder, then create a
59+
new image from it that is 100 x 100 pixels,
60+
and save it to a new file **mypic_thumb.jpg**. Since it is using the ``fit()`` method,
6161
it will attempt to find the best portion of the image to crop based on the
6262
desired aspect ratio, and then crop and resize the result.
6363

0 commit comments

Comments
 (0)