diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2026-03-08 11:11:41 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2026-03-08 11:11:41 +0100 |
| commit | 360a72d4363f513a3acaebb084ab39fe3ff22832 (patch) | |
| tree | b3d41d58cbb1d52e3871e40258539ac760cd265e /test/jfif | |
| parent | fa4d70ea3101f5a70b33977ba9b7673ddfb36762 (diff) | |
| parent | 1ef9b86df1cca6dde71529f03b66407953d000c9 (diff) | |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'test/jfif')
| -rw-r--r-- | test/jfif/util_image-stub.vala | 1 |
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 |
