watermark
watermark copied to clipboard
missing the scale argument
the code is missing the scale argument on line 135 " args.scale"
Just need to add "args.scale" to the final bracket. Maybe the author just forgot it like this: add_watermark(args.dir, args.logo, args.pos, args.new_dir, args.padding, args.scale)