summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdi Prasetyo <goendoell49@gmail.com>2016-03-02 21:53:26 +0100
committerAdi Prasetyo <goendoell49@gmail.com>2016-03-02 21:53:26 +0100
commitb03380c8d20f76bbc6b49c7d9d31198bb769f422 (patch)
treebf420f24a234b76e157914c732e8c7653c700331
parentfbc487d7d77187832014f8d5104c75072bee4dd2 (diff)
Doc , update image_lib.rst
> at *the* same level *as*
-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