[gnome-photos/gnome-3-22] application: Don't mandate GEGL's JPEG 2000 loader



commit 4d2e4364c779c2c462609626d7da10e269fcaa1c
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Jan 12 17:44:44 2017 +0100

    application: Don't mandate GEGL's JPEG 2000 loader
    
    JPEG 2000 isn't that popular in practice. Plus, jasper is of dubious
    quality, which has led Debian to drop it. So, let's make our lives
    easier by dropping gegl:jp2-load from our set of baseline GEGL
    operations. We can revisit once the situation changes.

 src/photos-application.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-application.c b/src/photos-application.c
index 6c6f515..a5ee572 100644
--- a/src/photos-application.c
+++ b/src/photos-application.c
@@ -166,7 +166,6 @@ static const gchar *REQUIRED_GEGL_OPS[] =
   "gegl:scale-ratio",
 
   /* Used by gegl:load */
-  "gegl:jp2-load",
   "gegl:jpg-load",
   "gegl:png-load",
   "gegl:raw-load",


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