From 7c0c85a86aa73c0c495523f994f8412e377a8195 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 14 Jun 2010 23:47:31 -0700 Subject: Upgrading im to 3.6 --- im/include/im_process_loc.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'im/include/im_process_loc.h') diff --git a/im/include/im_process_loc.h b/im/include/im_process_loc.h index 44e8281..14c1de5 100755 --- a/im/include/im_process_loc.h +++ b/im/include/im_process_loc.h @@ -17,7 +17,8 @@ extern "C" { /** \defgroup resize Image Resize * \par - * Operations to change the image size. + * Operations to change the image size. \n + * All size operations include the alpha channel if any. * \par * See \ref im_process_loc.h * \ingroup process */ @@ -87,7 +88,8 @@ void imProcessAddMargins(const imImage* src_image, imImage* dst_image, int xmin, /** \defgroup geom Geometric Operations * \par - * Operations to change the shape of the image. + * Operations to change the shape of the image. \n + * All geometric operations include the alpha channel if any. * \par * See \ref im_process_loc.h * \ingroup process */ -- cgit v1.2.3