diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-13 09:03:29 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-13 09:06:01 +0100 |
commit | d20c6469c0f420ebf16499881b28e2b5539fa248 (patch) | |
tree | 1101ba572c2cbf3229bca212a664455e6b9d865c /fastiv-io.c | |
parent | f7c1006053225427aea0828713b9b51546d3b510 (diff) | |
download | fiv-d20c6469c0f420ebf16499881b28e2b5539fa248.tar.gz fiv-d20c6469c0f420ebf16499881b28e2b5539fa248.tar.xz fiv-d20c6469c0f420ebf16499881b28e2b5539fa248.zip |
Clean up
Diffstat (limited to 'fastiv-io.c')
-rw-r--r-- | fastiv-io.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/fastiv-io.c b/fastiv-io.c index ab25edd..f5b3b1a 100644 --- a/fastiv-io.c +++ b/fastiv-io.c @@ -44,6 +44,9 @@ #define WUFFS_CONFIG__MODULE__ZLIB #include "wuffs-mirror-release-c/release/c/wuffs-v0.3.c" +#include <glib/gstdio.h> +#include <spng.h> + #include "xdg.h" #include "fastiv-io.h" @@ -592,7 +595,6 @@ fastiv_io_open_from_data(const char *data, size_t len, const gchar *path, } #endif // HAVE_GDKPIXBUF ------------------------------------------------------ - // TODO(p): Integrate gdk-pixbuf as a fallback (optional dependency). set_error(error, "unsupported file type"); } return surface; @@ -600,11 +602,6 @@ fastiv_io_open_from_data(const char *data, size_t len, const gchar *path, // --- Thumbnails -------------------------------------------------------------- -// NOTE: "It is important to note that when an image with an alpha channel is -// scaled, linear encoded, pre-multiplied component values must be used!" -#include <glib/gstdio.h> -#include <spng.h> - static int // tri-state check_spng_thumbnail_texts(struct spng_text *texts, uint32_t texts_len, const gchar *target, time_t mtime) |