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
Comments: Could you start a topic here: https://magick.codeplex.com/discussions? I will close this issue since we are no longer talking about the original issue that you reported. I would like to use issues for bug reports only.
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
Comments: Could you start a topic here: https://magick.codeplex.com/discussions? I will close this issue since we are no longer talking about the original issue that you reported. I would like to use issues for bug reports only.