png after resize() totalcolor will increase
png8
image.totalcolor=32
image.ColorType = ColorType.Palette;
and I after resize(980,0)
it change to
image.totalcolor=213
image.ColorType = ColorType.TrueColor;
This should be a bug
png8
image.totalcolor=32
image.ColorType = ColorType.Palette;
and I after resize(980,0)
it change to
image.totalcolor=213
image.ColorType = ColorType.TrueColor;
This should be a bug