Is there a way to interpolate between two images? #1637
Unanswered
TinyDeskEngineer06
asked this question in
Help
Replies: 1 comment
-
I am not sure what you want to do. Maybe you can ask your question here first: https://github.com/ImageMagick/ImageMagick/discussions. I can then help you translate this to C# if you need help with that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to do something that requires me to create new images by linearly interpolating between the colors of two images (That may or may not have their own alpha channels, which will also need to be interpolated like the color channels). MagickImage.Compose is getting very close with the Dissolve operator, but it doesn't seem to be quite what I need.
Beta Was this translation helpful? Give feedback.
All reactions