Re: Independent image loaders in gdk-pixbuf
- From: "Matthias Clasen" <Matthias Clasen poet de>
- To: gtk-devel-list gnome org
- Subject: Re: Independent image loaders in gdk-pixbuf
- Date: Mon, 23 Sep 2002 12:15:28 +0200
Looking at javax.imageio.ImageIO, it has
static String[] getReaderFormatNames()
static String[] getReaderMIMETypes()
static String[] getWriterFormatNames()
static String[] getWriterMIMETypes()
If we want to support something like this, GdkPixbufModule must probably
get a few new functions to return this information.
javax.imageio also supports getting readers/writers by file suffix, but
I'm not
sure that makes much sense - for reading, you should rather let gdk-pixbuf
find a suitable loader itself, for writing, a format name is just as good.
Matthias
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]