Re: [PD] display image from google search?

2014-01-23 Thread Oded Ben-Tal
Many thanks I was finally able to get this to work (needed to install
python-simplejson). I think it is cool, but originally I was hoping to use the
search-by-image option. i.e. I upload an image and find visually similar image
online. The ideas is to, eventually, get an evolving series of images that are
associated with each other in some strange and unexpected ways. Does anyone
know if that would be possible? 

Oded

On Tue, 21 Jan 2014 08:05:40 -0500, puredata wrote
 here's the patch:
 http://pdpatchrepo.info/patches/patch/80
 
 the demo:
 https://vimeo.com/84646422
 
 i invite people to subscribe to the RSS feeds:
 http://pdpatchrepo.info/rss/patch (when a new patch is added)
 http://pdpatchrepo.info/rss/stream (when a new patch is streamed)
 
 à+
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list


___
Oded Ben-Tal
http://ccrma.stanford.edu/~oded
o...@ccrma.stanford.edu


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] display image from google search?

2014-01-22 Thread puredata

keeping the list in the loop (for archive):

you should see something like this in the pd console:

py/pyext 0.2.2 - python script objects
(C)2002-2011 Thomas Grill - http://g.org/ext

using Python 2.7.3 (default, Sep 26 2013, 20:13:52)
[GCC 4.6.3]

Python array support enabled


error in pyext script will also be displayed there. for example, maybe  
you miss some python modules to run the script:


from urllib import FancyURLopener
import urllib2
import simplejson
import urlparse
import urllib
import imghdr


good luck

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] display image from google search?

2014-01-20 Thread puredata
I have a patch on linux that use py/ext to do just that. Very custom,  
not clean but working. Give me some time to upload it on  
http://pdpatchrepo.info


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] display image from google search?

2014-01-20 Thread puredata

here's the patch:
http://pdpatchrepo.info/patches/patch/80

the demo:
https://vimeo.com/84646422

i invite people to subscribe to the RSS feeds:
http://pdpatchrepo.info/rss/patch (when a new patch is added)
http://pdpatchrepo.info/rss/stream (when a new patch is streamed)

à+

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list