Retrieving Image from Parse.com into Processing sketch -



Retrieving Image from Parse.com into Processing sketch -

i want retrieve images parse.com database processing sketch. possible? start? can't find info it.

from brief viewing of processing language, seems can phone call loadimage(url). needed url of image, depend on language you're using access parse.

for illustration in javascript:

var url = parseobject.get('imageproperty').url();

parse.com processing

Comments

Popular posts from this blog

ruby on rails - Devise Logout Error in RoR -

model view controller - MVC Rails Planning -

php - Working with pretty urls on apache and fastcgi after hhvm installation -