Skip to content

Commit

Permalink
Merge pull request #2756 from kazuyainoue0124/fix_typos_in_readme
Browse files Browse the repository at this point in the history
Fix typo in README: change 'al three' to 'all three'
  • Loading branch information
mshibuya authored Oct 19, 2024
2 parents 8b7d477 + ca580f0 commit ce272b7
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 @@ -1027,7 +1027,7 @@ end
### List of available processing methods:

> [!NOTE]
> While the intention is to provide uniform interfaces to al three processing libraries the availability and implementation of processing methods can <a href="supported-processing-methods">vary slightly between them</a>.
> While the intention is to provide uniform interfaces to all three processing libraries the availability and implementation of processing methods can <a href="supported-processing-methods">vary slightly between them</a>.
- `convert` - Changes the image encoding format to the given format (eg. jpg). This operation is treated specially to trigger the change of the file extension, so it matches with the format of the resulting file.
- `resize_to_limit` - Resize the image to fit within the specified dimensions while retaining the original aspect ratio. Will only resize the image if it is larger than the specified dimensions. The resulting image may be shorter or narrower than specified in the smaller dimension but will not be larger than the specified values.
Expand Down

0 comments on commit ce272b7

Please sign in to comment.