The composite image color changes #709
Unanswered
jueqing1015
asked this question in
Help
Replies: 1 comment 3 replies
-
I am unable te reproduce your issue. Is it possible to create a super small program that demonstrates the issue and publish it on GitHub? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I created a new MAGICKIMAGE and composited it on another picture, but its color changed and the color area was yellow



MagickColor Color=MagickColors.White
MagickImage image = new MagickImage(Color, rect.Width, rect.Height);
image.Density = MagickPic.Density;
MagickPic.Composite(image, rect.Left, rect.Top);
MagickPic.Write("c:\jpg.jpg",MagickFormat.Jpeg); ////The image color is normal after saving
PictureBox.Image = MagickPic.ToBitmap();//Converted to BITMAP and displayed in PictureBox The image color is abnormal
NO。1 Original image
NO.2 Images saved locally
NO. 3 Image displayed on PICTUREBOX
@dlemstra
Beta Was this translation helpful? Give feedback.
All reactions