Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Hello friends! I need some help and ideas with this: Condition: 1st image (texture, can be absolutely any image): 2nd image: 3rd image: What I need:
---
any suggestions?
Make your third image into a binary mask (black and white). Then composite the old car image over the background using the binary mask to control which image gets what. The trick (which is not easy to get perfect) is that you need to make the blue into white and everything else black (including the subaru letters). Or make the blue into black and everything else white and then negate the result.
If you modify the third image correctly as a mask, it will do the job. But the hard part is making just the blue into white and everything else black including the subaru text (and no alpha channel). That is all I can tell you. If you can make that mask correctly, link to it on your message and I will show you that it works. You can also make the blue into black and everything else white including the subaru text and that can work also with the switching of the texture and car image.
I renamed your images for simplicity but you can figure those out. So try these steps and see what I am doing. Then you need to refine your mask.