diff --git a/chop-edges b/chop-edges index a56c598..eb21575 100755 --- a/chop-edges +++ b/chop-edges @@ -19,7 +19,7 @@ def chop(top, bottom, left, right, image): image_out = image.stem + ".out" + image.suffix print(image_out) subprocess.run([ - "convert", + "magick", image, "-gravity", "North", "-chop", f"0x{top}", "-gravity", "South", "-chop", f"0x{bottom}",