Skip to content

Commit

Permalink
Fix incorrect cropping transformation documentation (#77)
Browse files Browse the repository at this point in the history
Merge 'lancegoyke/lancegoyke-cropping-docs-patch' into main
Update Release.md
Closes #77
  • Loading branch information
MinchinWeb committed Mar 7, 2024
2 parents 6d052bd + dbae046 commit 535e269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ not appear in your final article.

Available operations for transformations are:

* `crop <top> <left> <right> <bottom>`:
* `crop <left> <top> <right> <bottom>`:

Crop the image to the box (`<left>`, `<top>`)-(`<right>`, `<bottom>`). Values
can be absolute (a number) or relative to the size of the image (a
Expand Down
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Release type: patch

*bug*: Wait before we actually need to process the image for checking if Pillow can handle it; this avoids loading the image needlessly. See [Pull Request #72](https://github.com/pelican-plugins/image-process/pull/72). Thanks [Patrick Fournier](https://github.com/patrickfournier)!
*bug*: Fix incorrect cropping transformation documentation See [Pull Request #77](https://github.com/pelican-plugins/image-process/pull/77). Thanks [Lance Goyke](https://github.com/lancegoyke)!

0 comments on commit 535e269

Please sign in to comment.