I saw answers to using ImageElement to load an image. This only works on the browser side, and I would like to do some processing on the server.
Is there a way to load and read RGBA values from PNG on the server side? If not, are there server-side image processing libraries planned?
Is there a way to run Dartium headless so that I can use the api canvas to do what I want?
source share