Closed
Description
I don't know why :(
Upload image in Github, Gmail have the same issue
Resize on Imagesharp have the same issue
But when i try resize using net452, use system.drawing, image color is good, not changed, it is oke
ResizeOptions opt = new ResizeOptions();
opt.Mode = ResizeMode.Max;
opt.Size = size.Size;
image.Resize(opt).Save(outStream);
Original
GitHub
Sori if my eng is not good