Hi, is it possible to read only a part of an image (png or gif) by PIL?

For example, an image is 20000x20000 in pixels. Is it possible for python to
read only 100x100 of the picture (not loading the whole picture) and save
the small part to a new png file?

Any ideas would be appreciated. Thanks.
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to