summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-03-04 14:19:24 +0100
committerAndrey Andreev <narf@devilix.net>2016-03-04 14:19:24 +0100
commit8f06abf0e533a04663a7a11bbc60bee3ffb24f0a (patch)
treebf420f24a234b76e157914c732e8c7653c700331 /user_guide_src/source/libraries
parentfbc487d7d77187832014f8d5104c75072bee4dd2 (diff)
parentb03380c8d20f76bbc6b49c7d9d31198bb769f422 (diff)
Merge pull request #4502 from brutalcrozt/develop
[ci skip] Update image_lib docs
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r--user_guide_src/source/libraries/image_lib.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/image_lib.rst b/user_guide_src/source/libraries/image_lib.rst
index d5c24c1b0..b25d2512f 100644
--- a/user_guide_src/source/libraries/image_lib.rst
+++ b/user_guide_src/source/libraries/image_lib.rst
@@ -63,7 +63,8 @@ called *mypic.jpg* located in the source_image folder, then create a
thumbnail that is 75 X 50 pixels using the GD2 image_library. Since the
maintain_ratio option is enabled, the thumb will be as close to the
target width and height as possible while preserving the original aspect
-ratio. The thumbnail will be called *mypic_thumb.jpg*
+ratio. The thumbnail will be called *mypic_thumb.jpg* and located at
+the same level as *source_image*.
.. note:: In order for the image class to be allowed to do any
processing, the folder containing the image files must have write