Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ These must be installed in the path. You can check this by running `magick` and
There are two versions of the script:

* `nadir-patcher.py`: this calculates the resolution of the first image once, and thus the nadir once. It then overlays the nadir on all images supplied. Use when images are all the same resolution.
* `nadir-patcher.py`: this calculates the resolution of every image, and thus the nadir everytime. This is useful when directory has photo files with multiple resolutions.
* `nadir-patcher-slow.py`: this calculates the resolution of every image, and thus the nadir everytime. This is useful when directory has photo files with multiple resolutions.

```shell
# clone the latest code
Expand Down Expand Up @@ -107,4 +107,4 @@ python3 nadir-patcher.py \

## License

[Apache 2.0](/LICENSE).
[Apache 2.0](/LICENSE).