We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
stbi.resize_uint8/3
1 parent 5bfea9d commit 1d9aa88Copy full SHA for 1d9aa88
vlib/gg/image.c.v
@@ -199,6 +199,7 @@ pub fn (mut img Image) update_pixel_data(buf &u8) {
199
// `width` x `height` dimension.
200
//
201
// TODO: copypasta
202
+@[deprecated]
203
pub fn (mut ctx Context) create_image_with_size(file string, width int, height int) Image {
204
if !gfx.is_valid() {
205
// Sokol is not initialized yet, add stbi object to a queue/cache
0 commit comments