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

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -