I'm currently developing an application using AngularJS/Javascript, HTML, and CSS within a cloud-based environment on c9.io.
My next task is to create and test an app that can access the phone's photo album, apply filters to images, and I'm wondering how to approach this. Can all of this be accomplished in a cloud environment? Where should I start, and are there any examples or boilerplates available?
So far, I've figured out how to manipulate images loaded from a server like <img source='some/path'>
, but I'm unsure how to handle local images that haven't been uploaded. Any suggestions?