Skip to content

Commit

Permalink
Merge pull request #240 from than/patch-1
Browse files Browse the repository at this point in the history
Progressive jpegs will also take a quality param
  • Loading branch information
reinink authored Apr 4, 2019
2 parents a5477e9 + 52a02f5 commit 2b8f838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1.0/api/encode.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Encode

## Quality `q`

Defines the quality of the image. Use values between `0` and `100`. Defaults to `90`. Only relevant if the format is set to `jpg`.
Defines the quality of the image. Use values between `0` and `100`. Defaults to `90`. Only relevant if the format is set to `jpg` or `pjpg`.

~~~ html
<img src="kayaks.jpg?w=500&q=25">
Expand Down

0 comments on commit 2b8f838

Please sign in to comment.