1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 01:26:03 +02:00

convert: add .ico example (#6143)

This commit is contained in:
Benjamin Grant 2021-06-21 17:23:33 +10:00 committed by GitHub
parent abfb27a4dd
commit 4232eb56cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,3 +30,7 @@
- Create an image with nothing but a solid background: - Create an image with nothing but a solid background:
`convert -size {{800x600}} "xc:{{#ff0000}}" {{image.png}}` `convert -size {{800x600}} "xc:{{#ff0000}}" {{image.png}}`
- Create a favicon from several images of different sizes:
`convert {{image1.png}} {{image2.png}} {{image3.png}} {{image.ico}}`