mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-05-30 06:15:12 +02:00
move docs for quality option after flip
This commit is contained in:
parent
089ff8925d
commit
c9e7abaae0
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -66,16 +66,16 @@ The `r{degrees}` option will rotate the image the specified number of degrees,
|
||||||
counter-clockwise. Valid degrees values are `90`, `180`, and `270`. Images
|
counter-clockwise. Valid degrees values are `90`, `180`, and `270`. Images
|
||||||
are rotated **after** being resized.
|
are rotated **after** being resized.
|
||||||
|
|
||||||
#### Quality ####
|
|
||||||
|
|
||||||
The `q{percentage}` option can be used to specify the output quality (JPEG
|
|
||||||
only).
|
|
||||||
|
|
||||||
#### Flip ####
|
#### Flip ####
|
||||||
|
|
||||||
The `fv` option will flip the image vertically. The `fh` option will flip the
|
The `fv` option will flip the image vertically. The `fh` option will flip the
|
||||||
image horizontally. Images are flipped **after** being resized and rotated.
|
image horizontally. Images are flipped **after** being resized and rotated.
|
||||||
|
|
||||||
|
#### Quality ####
|
||||||
|
|
||||||
|
The `q{percentage}` option can be used to specify the output quality (JPEG
|
||||||
|
only). If not specified, the default value of `95` is used.
|
||||||
|
|
||||||
### Remote URL ###
|
### Remote URL ###
|
||||||
|
|
||||||
The URL of the original image to load is specified as the remainder of the
|
The URL of the original image to load is specified as the remainder of the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue