Skip to content

Commit

Permalink
Improve image option documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuchberger committed Mar 25, 2021
1 parent 713ee42 commit 7a3bceb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/users/presets/image_quality.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ _Example:_ `strip_metadata: false`

_Default:_ `true`

Remove EXIF data, which can save a few tens of kilobytes per image. This is set globally, not
per-format.
Remove EXIF data, which can save a few tens of kilobytes per image. This is set for all formats.

## Image Format Options

Expand Down Expand Up @@ -113,7 +112,8 @@ available for a given image format, search for the method `vips_(format)save` in
[this](https://libvips.github.io/libvips/API/current/VipsForeignSave.html) API documentation. For
example, png options can be found by searching for `vips_pngsave()`, leading
[here](https://libvips.github.io/libvips/API/current/VipsForeignSave.html#vips-pngsave). See the
optional arguments.
optional arguments. `avif`'s options are under `vips_heifsave()`,
[here](https://libvips.github.io/libvips/API/current/VipsForeignSave.html#vips-heifsave).

For all formats, note that
- `Q:` (quality) is handled by the settings above.
Expand Down

0 comments on commit 7a3bceb

Please sign in to comment.