From ba2bd5533ea7b4847464e5f86cb2eab3d3200df8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 13 Jun 2002 20:22:59 +0000 Subject: [PATCH] Use libjpeg in buffered-image mode in order to incrementally display * io-jpeg.c: Use libjpeg in buffered-image mode in order to incrementally display incrementally loaded progressive jpegs. --- gdk-pixbuf/ChangeLog | 5 +++++ gdk-pixbuf/io-jpeg.c | 15 --------------- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index acedc80343..be7ddaf1d4 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,8 @@ +2002-06-13 Matthias Clasen + + * io-jpeg.c: Use libjpeg in buffered-image mode in order to + incrementally display incrementally loaded progressive jpegs. + 2002-06-07 Federico Mena Quintero * io-bmp.c (lsb_32): diff --git a/gdk-pixbuf/io-jpeg.c b/gdk-pixbuf/io-jpeg.c index a2b3b77695..9e7aed2472 100644 --- a/gdk-pixbuf/io-jpeg.c +++ b/gdk-pixbuf/io-jpeg.c @@ -26,21 +26,6 @@ */ -/* - Progressive file loading notes (11/03/1999) ... - - These are issues I know of and will be dealing with shortly: - - - Currently does not handle progressive jpegs - this - requires a change in the way image_load_increment () calls - libjpeg. Progressive jpegs are rarer but I will add this - support asap. - - - error handling is not as good as it should be - - */ - - #include #include #include