Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #70903
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: Python Image Registration and Cropping? |
| Date | 2014-05-03 23:04 +0100 |
| References | <e12705fa-8f47-4046-8382-a52a9c17281b@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.9670.1399154678.18130.python-list@python.org> (permalink) |
On 03/05/2014 22:47, mikejohnryan08@gmail.com wrote: > Hello, > > Is there a Python tool or function that can register two images together (line them up visually), and then crop them to the common overlap area? I'm assuming this can probably be done with Python Imaging Library but I'm not very familiar with it yet. > > Any help or advice is appreciated! > > Thanks! > Sorry I can't help directly but I do know that PIL has been forked into Pillow see https://pypi.python.org/pypi/Pillow/ -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python Image Registration and Cropping? mikejohnryan08@gmail.com - 2014-05-03 14:47 -0700
Re: Python Image Registration and Cropping? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-05-03 23:04 +0100
Re:Python Image Registration and Cropping? Dave Angel <davea@davea.name> - 2014-05-04 09:24 -0400
Re: Python Image Registration and Cropping? Ian Kelly <ian.g.kelly@gmail.com> - 2014-05-04 09:51 -0600
Re: Python Image Registration and Cropping? mikejohnryan08@gmail.com - 2014-05-04 17:56 -0700
Re: Python Image Registration and Cropping? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-05-06 20:09 -0400
csiph-web