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



commit 5297042319df2ca76123d8cb68fde8809e74f42e
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 2e3169f..9ec64f7 100644
--- a/src/photos-application.c
+++ b/src/photos-application.c
@@ -158,7 +158,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]