Re: Gdk-pixbuf savers?
- From: Federico Mena Quintero <federico redhat com>
- To: lyndon stat auckland ac nz
- CC: gnome-devel-list gnome org
- Subject: Re: Gdk-pixbuf savers?
- Date: Wed, 10 Nov 1999 01:04:52 -0500
> The GdkPixbuf loaders look pretty useful. Are there any plans for savers?
> (i.e. taking a pixbuf and saving it.)
Not currently.
Saving is a lot harder that loading. With loaders you can always
promote image formats to something nice like RGB or RGBA. With
saving, you cannot do that. Saving an image requires a lot of
information about the file format you want to use, and duplicating
everything that the image format libraries provide does not make
sense.
So if you want to save images, use the image format libraries.
Federico
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]