forked from AuroraMiddleware/gtk
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.
This commit is contained in:
parent
8d79795203
commit
ba2bd5533e
@ -1,3 +1,8 @@
|
||||
2002-06-13 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* io-jpeg.c: Use libjpeg in buffered-image mode in order to
|
||||
incrementally display incrementally loaded progressive jpegs.
|
||||
|
||||
2002-06-07 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* io-bmp.c (lsb_32):
|
||||
|
@ -26,21 +26,6 @@
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
Progressive file loading notes (11/03/1999) <drmike@redhat.com>...
|
||||
|
||||
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 <config.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user