Fix lint for common

This commit is contained in:
lord63
2015-10-22 15:31:52 +08:00
parent 3e1df9f818
commit 56a7cba656
58 changed files with 76 additions and 75 deletions

View File

@@ -6,10 +6,10 @@
`convert {{image.jpg}} {{image.png}}`
- Scale an image 50% it's original size
- Scale an image 50% it's original size
`convert {{image.png}} -resize 50% {{image2.png}}`
- Horizontally append images
- Horizontally append images
`convert {{image1.png}} {{image2.png}} {{image3.png}} +append {{image123.png}}`