We are using the Version: ImageMagick 6.9.3-8 Q16 x86_64 2018-06-20 and Platform is LINUX and API is PHP using exec() function.
We have created the image. We are facing the problem for adding the pattern image as background color
we have implemented below frame with single convert command.
In below screenshot, I have explained the where we need to add the pattern image.
Please see screenshot: http://prntscr.com/mjz4kv
Below is the command segment
Code: Select all
-border 2.5x2.5 -background '#7d845c' -extent 825x1125+0+0 -bordercolor '#FEFEFA' -border 2.5x2.5
Our question is how can we use pattern image instead of background color as shown for pink color in the screenshot.
We have checked with texture setting but it is for montage command but how to do it in our single convert command.
Thank You