[gimp] file-jp2-load: Elaborate comment
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] file-jp2-load: Elaborate comment
- Date: Tue, 19 Oct 2010 14:56:42 +0000 (UTC)
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]