Re: Gdk-pixbuf savers?



>  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]