[gimp/metadata-wip-rebased] plug-ins: use image/jp2 for JPEG 2000, procedures can only have one mime-type



commit fd21a6e8949165b8d943ab85713448f36f53497b
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]