projekty
/
imago.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
faster gridf, cancel scaling
[imago.git]
/
src
/
imago.py
diff --git
a/src/imago.py
b/src/imago.py
index
b87da99
..
93f2f3f
100755
(executable)
--- a/
src/imago.py
+++ b/
src/imago.py
@@
-11,12
+11,11
@@
import argparse
import pickle
try:
import pickle
try:
- import Image, ImageDraw
+
from PIL
import Image, ImageDraw
except ImportError, msg:
print >> sys.stderr, msg
sys.exit(1)
except ImportError, msg:
print >> sys.stderr, msg
sys.exit(1)
-import im_debug
import linef
import manual
import intrsc
import linef
import manual
import intrsc
@@
-76,6
+75,7
@@
def main():
do_something = Imsave("saved/" + args.files[0][:-4] + "_" +
str(image.size[0]) + "/").save
else:
do_something = Imsave("saved/" + args.files[0][:-4] + "_" +
str(image.size[0]) + "/").save
else:
+ import im_debug
do_something = im_debug.show
if verbose:
do_something = im_debug.show
if verbose: