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:22:19 +0100
commit858e8b704fef1378713e3a6c865dcd2b07577076 (patch)
treebc91995d145223c16e10df77ae435d46fe91a6cc /user_guide_src/source/libraries
parente1f36e341a4ff513f8ba1f9908326f159edca4e7 (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 27d2eb98c..22407962f 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