Skip to content

Color Changed When Resize #129

Closed
@vinh84

Description

@vinh84

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

image

GitHub

bug_612

bug_612.zip

Sori if my eng is not good

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions