gtk/gdk/loaders
Benjamin Otte b65b64628d texture: Refactor downloading
Pass a format do GdkTextureClass::download(). That way we can download
data in any format.

Also replace gdk_texture_download_texture() with
gdk_memory_texture_from_texture() which again takes a format.

The old functionality is still there for code that wants it: Just pass
gdk_texture_get_format (texture) as the format argument.
2021-10-12 02:06:43 +02:00
..
gdkjpeg.c gdk loaders: Add noreturn attribtues where appropriate 2021-10-02 09:08:14 +02:00
gdkjpegprivate.h Add code to save jpegs 2021-09-17 02:02:51 +02:00
gdkpng.c texture: Refactor downloading 2021-10-12 02:06:43 +02:00
gdkpngprivate.h texture: Split out type detection 2021-09-17 00:25:22 +02:00
gdktiff.c texture: Refactor downloading 2021-10-12 02:06:43 +02:00
gdktiffprivate.h texture: Split out type detection 2021-09-17 00:25:22 +02:00