Summary:
Resize of png doesnt work as expected
Detailed Description:
In 1.21.8 resize of transparent png creates artifacts in the transparent
regions.
Worked perfect in 1.21.5, but has a problem in 1.21.8 and 1.21.9.
When using filter_resize="h,200" it works ok, but has ugly edges (seems like ony
0% and 100% opacity).
When using height="200" the transparent regions gets artifacts.
When downgrading to 1.21.5, the problem is gone, and all png look fine again.
Include is set to "none" and default autoscale set to "resize"
I am also confused why height="200" and filter_resize="h,200" produces different
results.
But neither of them is ok.
Seems like it after 1.21.8 fails to produce transparent pngs with a 8-bit alpha
channel, so it only defines if a pixel is transparent or not.