summaryrefslogtreecommitdiff
path: root/test/jfif/util_image-stub.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2026-03-08 11:11:23 +0100
committerJörg Frings-Fürst <debian@jff.email>2026-03-08 11:11:23 +0100
commit1ef9b86df1cca6dde71529f03b66407953d000c9 (patch)
treeb3d41d58cbb1d52e3871e40258539ac760cd265e /test/jfif/util_image-stub.vala
parentfa4d70ea3101f5a70b33977ba9b7673ddfb36762 (diff)
parent210cc61ee4191465805a770881235c677041f929 (diff)
Update upstream source from tag 'upstream/0.32.15'
Update to upstream version '0.32.15' with Debian dir ab0b4536d524ccbb338db4641523f7abd3f9a2fd
Diffstat (limited to 'test/jfif/util_image-stub.vala')
-rw-r--r--test/jfif/util_image-stub.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/jfif/util_image-stub.vala b/test/jfif/util_image-stub.vala
index 45ebe40..936e4d8 100644
--- a/test/jfif/util_image-stub.vala
+++ b/test/jfif/util_image-stub.vala
@@ -1,2 +1,3 @@
Gdk.Pixbuf resize_pixbuf(Gdk.Pixbuf pixbuf, Dimensions resized, Gdk.InterpType interp) { return pixbuf; }
Gdk.Pixbuf scale_pixbuf(Gdk.Pixbuf pixbuf, int scale, Gdk.InterpType interp, bool scale_up) { return pixbuf; }
+Gdk.Pixbuf apply_alpha_channel(Gdk.Pixbuf pixbuf, bool strip = false) { return pixbuf; } \ No newline at end of file