Skip to content

Commit

Permalink
Merge pull request #2 from nwbatey/patch-1
Browse files Browse the repository at this point in the history
fixing delete image line from issue #1
  • Loading branch information
dmig authored May 12, 2021
2 parents cbb6bcc + 0903cad commit 597f07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gimp-scan-cutter.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def cutter_batch_images(
save_same, save_dir, save_ftype, save_dpi, jpg_qual, save_suffix
)

pdb.gimp_delete_image(image)
pdb.gimp_image_delete(image)

pdb.gimp_progress_end()

Expand Down

0 comments on commit 597f07c

Please sign in to comment.