Closed this issue 9 years ago · 1 comments
Hi. I've changed the line 422 like that:
preview = ImageOps.expand(preview, border=((bbox[2]-preview.size[0])//2, (bbox[3]-preview.size[1])//2))
to avoid that distortion.
Very helpful script. Thank you very much!
Good catch. Thanks for the fix!