[gimp] plug-ins: use image/jp2 for JPEG 2000, procedures can only have one mime-type
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: use image/jp2 for JPEG 2000, procedures can only have one mime-type
- Date: Tue, 22 Oct 2013 18:36:38 +0000 (UTC)
commit 30a389866a801b3d072b73c64fda9a07adf6e6f4
Author: Michael Natterer <mitch gimp org>
Date: Tue Oct 22 20:35:11 2013 +0200
plug-ins: use image/jp2 for JPEG 2000, procedures can only have one mime-type
plug-ins/common/file-jp2-load.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plug-ins/common/file-jp2-load.c b/plug-ins/common/file-jp2-load.c
index 696bcc6..e89b860 100644
--- a/plug-ins/common/file-jp2-load.c
+++ b/plug-ins/common/file-jp2-load.c
@@ -106,8 +106,10 @@ query (void)
"4,string,jP,0,string,\xff\x4f\xff\x51\x00");
gimp_register_file_handler_mime (LOAD_PROC, "image/jp2");
+#if 0
gimp_register_file_handler_mime (LOAD_PROC, "image/jpeg2000");
gimp_register_file_handler_mime (LOAD_PROC, "image/jpx");
+#endif
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]