mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 14:14:17 +02:00
convert: add one-liner for creating solid color images (#2863)
This commit is contained in:
parent
697d8b3b78
commit
55edb28bab
1 changed files with 4 additions and 0 deletions
|
@ -21,3 +21,7 @@
|
|||
- Create a gif from a series of images with 100ms delay between them:
|
||||
|
||||
`convert {{image1.png}} {{image2.png}} {{image3.png}} -delay {{100}} {{animation.gif}}`
|
||||
|
||||
- Create an image with nothing but a solid background:
|
||||
|
||||
`convert -size {{800x600}} "xc:{{#ff0000}}" {{image.png}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue