diff options
author | Andrey Andreev <narf@devilix.net> | 2016-03-04 14:19:43 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-03-04 14:19:43 +0100 |
commit | a0de5a1954ded76ed0bfa9718a332b1578fabdab (patch) | |
tree | 8c16aedf6d6d9a605a94d2f601295dc6ebe7a4af /user_guide_src/source/libraries | |
parent | e3af21d31a828c195b8bfa4b1aec9ecd052b53ce (diff) | |
parent | 8f06abf0e533a04663a7a11bbc60bee3ffb24f0a (diff) |
Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r-- | user_guide_src/source/libraries/image_lib.rst | 3 |
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 |