I've seen the answers for using an ImageElement to load an image. This only works on the browser side and I wanted to do some processing on the server.
Is there any way to load and read RGBA values from a PNG in server side dart? If not are there any server side image processing libraries planned?
Is there anyway to run Dartium "headless" so I can use the canvas api to do what I want?