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 -

c# - Create a Notification Object (Email or Page) At Run Time -- Dependency Injection or Factory -

model view controller - MVC Rails Planning -