Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
loudenvier authored Nov 4, 2023
1 parent cf0692b commit 3e82ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ _If using spaces after the number you must quote it:_ `"1,5 MiB"`
* `Crop`: Crops the image to the specified dimensions (centers the crop around the `-a`|`--anchor` option). Will enlarge or shrink images if needed.
* `Contain`: The same as `Max` but will enlarge smaller dimensions.
* `Stretch`: Stretches the image to the exact dimensions specified. Do not preserve the original aspect-ratio.
* `Pad`: Add borders to the image to make it fit in the exact specified dimensions (uses `--matte-color` for padding)
* `Pad`: Add borders to the image to make it fit within the exact specified dimensions (uses `--matte-color` for padding). The _useful area_ of the resulting image (not considering the padding) preserves the original aspect-ratio.

`--matte-color`: Specifies the color to use when padding and/or for transparent pixels on non-transparent formats.

Expand Down

0 comments on commit 3e82ee5

Please sign in to comment.