We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06c2fe commit ae5cbcdCopy full SHA for ae5cbcd
doc/Using-vipsthumbnail.md
@@ -82,6 +82,9 @@ is.
82
You can append `<` or `>` to mean only resize if the image is smaller or larger
83
than the target.
84
85
+You can append `!` to force a resize to the exact target size, breaking
86
+the aspect ratio.
87
+
88
# Cropping
89
90
`vipsthumbnail` normally shrinks images to fit within the box set by `--size`.
@@ -187,7 +190,7 @@ You can give options to the image write operation as a list of comma-separated
187
190
arguments in square brackets. For example:
188
191
189
192
```
-$ vipsthumbnail fred.jpg ../jim.tif -o > tn_%s.jpg[Q=90,optimize_coding]
193
+$ vipsthumbnail fred.jpg ../jim.tif -o tn_%s.jpg[Q=90,optimize_coding]
194
195
196
will write jpeg images with quality 90, and will turn on the libjpeg coding
0 commit comments