pknowles/cropall

On custom aspect ratio the preview distorts

Closed this issue · 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!