Hi everyone, this is my latest project: an image editor that runs in the browser.
Under the paint tab you have you basic stuff: drag, brush, circle, rectangle, line, bucket (fills a whole region with the selected color) and clone (clone a piece of the image - hold down CTRL + click to define the target and then just paint.
Under filter you can run any kind of filter that you want on the image; like a sharpening or blur filter. If you click random, a random filter will be applied to the image.
Under blend you can run any math formula that you want over the image stack. Each image under the stack will be available to you by the variables named i1, i2... iN
you can delete and add images to the stack.
I'm working on a video showing all the feature the tool have, as soon as it's done I'll share it here.
Let me know if you have some questions.
Here's a quick run down of the tool https://www.youtube.com/watch?v=2NdaNGe4GVE