From a091243647ef5905e214b98fb42c5c3e334d2b64 Mon Sep 17 00:00:00 2001 From: scuri Date: Thu, 7 Jan 2010 19:12:08 +0000 Subject: Included alpha support in all geometric and size operations. --- include/im_process_loc.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/im_process_loc.h') diff --git a/include/im_process_loc.h b/include/im_process_loc.h index 44e8281..14c1de5 100644 --- a/include/im_process_loc.h +++ b/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