summaryrefslogtreecommitdiff
path: root/test/jfif/util_image-stub.vala
blob: 45ebe400758aa8462288f510c1a0338983e7648d (plain)
1
2
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; }