Merge pull request #124 from gfrein/patch-1

Update convert
pull/125/head
Igor Chubin 4 years ago committed by GitHub
commit 0a365d0c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,3 +32,6 @@ convert -quality 70 image.png new_image.jpg
# Apply vignette and grayscale effects to all JPGs in the CWD, using a for loop.
for FILE in *.jpg; { convert -background black -colorspace gray -vignette 200x100 "$FILE" "$FILE"; }
# Convert multiple images to PDF
convert image1.png image2.jpg image3.bmp output.pdf

Loading…
Cancel
Save