mirror of https://github.com/CrimsonTome/tldr.git
Fix another much needed imagemagick command.
parent
71d8547aad
commit
a3f0d36a80
|
@ -10,6 +10,10 @@
|
||||||
|
|
||||||
`convert {{image.png}} -resize 50% {{image2.png}}`
|
`convert {{image.png}} -resize 50% {{image2.png}}`
|
||||||
|
|
||||||
|
- Scale an image keeping the original aspect ratio to a maximum dimension of 640x480.
|
||||||
|
|
||||||
|
`convert {{image.png}} -resize 640x480 {{image2.png}}`
|
||||||
|
|
||||||
- Horizontally append images
|
- Horizontally append images
|
||||||
|
|
||||||
`convert {{image1.png}} {{image2.png}} {{image3.png}} +append {{image123.png}}`
|
`convert {{image1.png}} {{image2.png}} {{image3.png}} +append {{image123.png}}`
|
||||||
|
|
Loading…
Reference in New Issue