Align colors/histogram for DrawImage #1278
-
Hi, I'm using ImageSharp to blend two images and the result is what you see here. Is there a way to align the histogram/color space of the green guy to better match the background image? So he doesn't look so out of place. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
We have a Here's a list of preconfigured color matrices. |
Beta Was this translation helpful? Give feedback.
-
Hi, I am new to imageSharp, I am trying to extract one of the channels information from an RGB image, and save it into a different image, the library have an specific method for that matter? Regards, |
Beta Was this translation helpful? Give feedback.
-
Your friendly cactus now has a Twitter. It wanders around semi-randomly and posts a few selfies every day. It's in danish since its just a personal learning project ;) |
Beta Was this translation helpful? Give feedback.
We have a
ColorMatrix
struct which you can use in conjunction with theFilter
extension to adjust the color balance of an image.Here's a list of preconfigured color matrices.