2011/2/21 Rafael Durán Castañeda
> I could use any python, so I'll try to solve using Image from 2.6, but what
> about python 3.1?
>
This post:
http://stackoverflow.com/questions/3896286/image-library-for-python-3 may be
of some use to you.
My guess is that you may need to use some type of clus
I could use any python, so I'll try to solve using Image from 2.6, but what
about python 3.1?
El 21 de febrero de 2011 10:21, Liam Clarke-Hutchinson
escribió:
> Hi Rafael,
>
> Do you need to use Python 3.x? If you can use Python 2.6, the Python
> Imaging Library is a great image manipulation modu
Hi Rafael,
Do you need to use Python 3.x? If you can use Python 2.6, the Python Imaging
Library is a great image manipulation module.
http://www.pythonware.com/products/pil/
Regards,
Liam Clarke
2011/2/21 Rafael Durán Castañeda
> Hi all,
>
> I'm using Python 3.1 and I have an image of an anim
Hi all,
I'm using Python 3.1 and I have an image of an animal that has been broken
it into many narrow vertical stripe images, and now i want to rebuild the
original one, how can i get it?
P.S.: It's not homework, but i'd prefer just some help rather than the whole
sollution