*: fix errors reported by languagetool (#6069)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
`jpegtran -rotate {{90|180|270}} {{path/to/image.jpg}} > {{path/to/output.jpg}}`
|
||||
|
||||
- Transpose the image across the upper left to lower right axis:
|
||||
- Transpose the image across the upper-left to lower right axis:
|
||||
|
||||
`jpegtran -transpose {{path/to/image.jpg}} > {{path/to/output.jpg}}`
|
||||
|
||||
@@ -23,10 +23,10 @@
|
||||
|
||||
`jpegtran -grayscale {{path/to/image.jpg}} > {{path/to/output.jpg}}`
|
||||
|
||||
- Crop the image to a rectangular region of width `W` and height `H` from the upper left corner, saving the output to a specific file:
|
||||
- Crop the image to a rectangular region of width `W` and height `H` from the upper-left corner, saving the output to a specific file:
|
||||
|
||||
`jpegtran -crop {{W}}x{{H}} -outfile {{path/to/output.jpg}} {{path/to/image.jpg}}`
|
||||
|
||||
- Crop the image to a rectangular region of width `W` and height `H`, starting at point `X` and `Y` from the upper left corner:
|
||||
- Crop the image to a rectangular region of width `W` and height `H`, starting at point `X` and `Y` from the upper-left corner:
|
||||
|
||||
`jpegtran -crop {{W}}x{{H}}+{{X}}+{{Y}} {{path/to/image.jpg}} > {{path/to/output.jpg}}`
|
||||
|
Reference in New Issue
Block a user