Fixed paper/output settings, problems with images with spaces, understand FTW gedcom

svn: r70
This commit is contained in:
Don Allingham
2001-05-31 13:38:24 +00:00
parent bad452d42d
commit daa11db881
9 changed files with 103 additions and 56 deletions

View File

@@ -61,7 +61,7 @@ def import_photo(filename,path,prefix):
shutil.copy(filename,name)
else:
if no_pil:
cmd = "%s %s %s" % (const.convert,filename,name)
cmd = "%s '%s' '%s'" % (const.convert,filename,name)
os.system(cmd)
else:
PIL.Image.open(filename).save(name)