diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2026-03-09 18:19:48 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2026-03-09 18:19:48 +0100 |
| commit | b11befe1c9ea84969ebd418e96f7209b772b58d0 (patch) | |
| tree | 4cee94cb12ad4dd24253c2a111b87577f50ed80d /test/jfif | |
| parent | d048b2c970f6182a2201b5ba6c29d0d155abc22b (diff) | |
| parent | 8656a544ddcf098e10df1430eecb75902dbc7999 (diff) | |
Merge branch 'release/debian/0.32.15-1'HEADdebian/0.32.15-1master
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 |
