diff --git a/README.md b/README.md index 760ecdf..150a92b 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ not appear in your final article. Available operations for transformations are: -* `crop `: +* `crop `: Crop the image to the box (``, ``)-(``, ``). Values can be absolute (a number) or relative to the size of the image (a diff --git a/RELEASE.md b/RELEASE.md index 68ad73e..85a4356 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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)!