diff --git a/calmagick.py b/calmagick.py index 650ccad..cbf04cd 100755 --- a/calmagick.py +++ b/calmagick.py @@ -188,7 +188,9 @@ if __name__ == '__main__': if options.test: subprocess.call(['convert', img, '-region', '%dx%d+%d+%d' % (nw,nh,dx,dy), - '-border', '2', '-bordercolor', 'black', '-border', '1', base+'-0'+ext]) + '-negate', base+'-0'+ext]) +# subprocess.call(['convert', img, '-region', '%dx%d+%d+%d' % (nw,nh,dx,dy), +# '-border', '2', '-bordercolor', 'black', '-border', '1', base+'-0'+ext]) if options.test_rect: print dx, dy, nw, nh