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