pulltool / pulltool-chrome-app

Source for the Pull Tool Chrome App
MIT License
2 stars 1 forks source link

Image processing #16

Open stuartpb opened 8 years ago

stuartpb commented 8 years ago

It'd be kind of useful to just have a "change the hue of this image" or "invert this image's colors" thing you could do (alongside stuff like JSON patching). Feasible, too, since it's doable just via canvas operations.

stuartpb commented 8 years ago

So, the four on the road map:

stuartpb commented 8 years ago

Everything but filter is done - this issue is now for tracking progress on that.

stuartpb commented 7 years ago

filter depends on CanvasRenderingContext2D.filter, which appears to have been implemented in Chrome 52 - the version that got promoted to the stable branch July 20, so: full steam ahead on that (and deprecating the old rotate-hue-180 hack, if I ever implemented it).