On Twitter, Will McGuan posted a perspective screenshot.
This gist provides few basic steps, using ImageMagick, to produce some similar looking.
Following steps were processed.
- starting with a screenshot of the Rich CLI help in a terminal
- create a perspective view of the screenshot
- add shadow to the perspective
- create a gradient for the background
- combine both images
The script create.sh
process all the mentioned steps.
note: The aim was to provide the basic steps and not a fully optimized version of the workflow. Some imagemagick steps could be combined, but were not for clarity.