[Image-SIG] Re: Interlaced images/ retrieving fields

Clover Andrew aclover@1value.com
Wed, 11 Jul 2001 14:25:24 +0200


Lee Morgan <image-sig@lee-morgan.net> wrote:

> Is it possible to spilt an interlaced image to 2 with PIL.

You could try using resize() with Image.NEAREST to get a
half-height copy of the image, then offsetting the original
image by one row (eg. by paste()ing into self) and doing the
same again.

--=20
Andrew Clover
Technical Consultant
1VALUE.com AG