1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00
This commit is contained in:
beesandbombs 2017-11-24 16:19:06 +00:00 committed by Agniva De Sarker
parent 13045c5190
commit 3eb2d3dcbc

View file

@ -6,7 +6,7 @@
`convert {{image.jpg}} {{image.png}}`
- Scale an image 50% it's original size:
- Scale an image 50% its original size:
`convert {{image.png}} -resize 50% {{image2.png}}`