Skip to content

Commit

Permalink
Fix the quality setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ioppermann committed Apr 9, 2018
1 parent e6f8580 commit c4f2cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The steps marked with a * will lead to loss of quality.

```bash
gm convert image.png -filter Lanczos -resize 256x256 -quality 85 image.jpg
gm composite dropon.png image.jpg -quality 90 image_composed.jpg
gm composite dropon.png image.jpg -quality 86 image_composed.jpg
gm compare -highlight-style assign -highlight-color lime -file image_composed_diff.png image.jpg image_composed.jpg
```

Expand Down

0 comments on commit c4f2cb4

Please sign in to comment.