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}}`