[gimp] file-jp2-load: Elaborate comment



commit 349a401cc5adecf63fe2542ae6305db95cdb9826
Author: Mukund Sivaraman <muks banu com>
Date:   Tue Oct 19 00:24:32 2010 +0530

    file-jp2-load: Elaborate comment

 plug-ins/common/file-jp2-load.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/file-jp2-load.c b/plug-ins/common/file-jp2-load.c
index 5862a84..4356772 100644
--- a/plug-ins/common/file-jp2-load.c
+++ b/plug-ins/common/file-jp2-load.c
@@ -268,7 +268,8 @@ load_image (const gchar  *filename,
         }
       components[3] = jas_image_getcmptbytype (image, JAS_IMAGE_CT_OPACITY);
 
-      /* ImageMagick seems to write out the 'matte' component (number 3) */
+      /* ImageMagick seems to write out the 'matte' component type
+	 (number 3) */
       if (components[3] == -1)
         components[3] = jas_image_getcmptbytype (image, 3);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]