On Apr 6, 3:05 am, Peter Otten <__pete...@web.de> wrote:
> Tim Eichholz wrote:
> > I'm trying to cut a BMP with 80 adjacent frames down to 40 using the
> > Image.copy and .paste functions but I'm getting error "ValueError:
> > images do not match" on
I'm trying to cut a BMP with 80 adjacent frames down to 40 using the
Image.copy and .paste functions but I'm getting error "ValueError:
images do not match" on the paste line.
Here is the source ---
import sys
from PIL import Image
if len(sys.argv) == 2:
file = sys.argv[1]
else:
p