diff options
Diffstat (limited to 'include/im_process_loc.h')
-rw-r--r-- | include/im_process_loc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/im_process_loc.h b/include/im_process_loc.h index 14c1de5..1b468d2 100644 --- a/include/im_process_loc.h +++ b/include/im_process_loc.h @@ -77,7 +77,7 @@ void imProcessCrop(const imImage* src_image, imImage* dst_image, int xmin, int y void imProcessInsert(const imImage* src_image, const imImage* region_image, imImage* dst_image, int xmin, int ymin); /** Increase the image size by adding pixels with zero value. \n - * Images must be of the same type. Destiny image size must be greatter than source image width+xmin, height+ymin. + * Images must be of the same type. Destiny image size must be greatter or equal than source image width+xmin, height+ymin. * * \verbatim im.ProcessAddMargins(src_image: imImage, dst_image: imImage, xmin: number, ymin: number) [in Lua 5] \endverbatim * \verbatim im.ProcessAddMarginsNew(image: imImage, xmin: number, xmax: number, ymin: number, ymax: number) -> new_image: imImage [in Lua 5] \endverbatim |