Fix blur and sharpen performance for images with alpha channel

This commit is contained in:
DarthSim
2025-01-10 18:53:23 +03:00
parent 7e832686cb
commit cb599f97fd
2 changed files with 2 additions and 1 deletions

View File

@@ -609,7 +609,7 @@ vips_apply_filters(VipsImage *in, VipsImage **out, double blur_sigma,
return 1;
}
in = t[0];
in = t[1];
premultiplied = TRUE;
}