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?".
I was wondering if anyone could offer me an example of a CLI command to use with convert to create an image as close to the below image as possible (minus the line across the middle and the "AT" text). I am just interested in the backdrop.
I am trying to create an API that can generate a backdrop like this and then add sports team logos in dynamically to create matchup banners/posters. I want to generate the backdrop dynamically so I can create posters of different sizes as needed.
Anyone have any advice?
Edit:
Version is: ImageMagick 6.8.9-9 Q16 x86_64
Platform is: Ubuntu
Last edited by timothympace on 2016-12-09T13:04:52-07:00, edited 1 time in total.
I tried doing it with a gradient, but couldn't quite get it right... I added the version/platform to my original post, would you be willing to provide an example of the gradient that would produce something close to this? Same for vignette? In the mean time I will play around with them some more and see if I can get anything.
However, it could still be done with a "radial-gradient", then resized to suit, and "+level" to give whatever light gray and dark gray you want. See the example on that page.