Jozef Henzl a ĂŠcrit :
I use following script to retrieve images from google on my webpage. Take a look, maybe it'll need some hacking. It chooses a random word from a dict (unix dict format, each word on new line), retrieves a google images result for this word, greps the urls and saves the images (filename is the md5sum of parent url). Maybe it'll help. Input to pd via [netsend] would be the simple piece of code.
[http://popcorp.org/data/getGoogleImg.tgz]
Dne støeda 06 prosinec 2006 17:31 aurÊlien Bourdier napsal(a):
Hello,
I would like to make a diaporama using pictures from internet, for example directly from google images...
The best thing would be the ability to define the research of pictures...
I really don't know which objects i can use on the internet point of the pd patch (connection to the site, reaserach on the site, download of pictures ....)
Thanks to help me on this point...
Hello, Thank for the python script, I've started a little tkinter application with it, it's attached. you will need tgrill/pyext, and pil python library, tkinter and other libs are incuded in python24
http://www.pythonware.com/products/pil/
Please let me know about any advice for improving it. Patco