summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscuri <scuri>2011-04-30 18:32:12 +0000
committerscuri <scuri>2011-04-30 18:32:12 +0000
commitd6ddc2d4ed649cef0b420ca145e11cc4da2806b1 (patch)
tree21215cc38a285ff0ea5fd86c15e091f8d9104bc2
parent77315310f9f4a4f6991b635e45de4c7db2281110 (diff)
*** empty log message ***
-rw-r--r--include/im_process_loc.h2
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