ImageBooth Beta: HTML5 + JS Image Editor

I’ve done raster graphics editors in a number of environments and after the ImageBooth JS experiments went so well, I decided to do a little cleanup in Datalus to create a simple backend to turn the demo into something useful.

The save component of this was actually a little difficult to sort out. In order to save we pull the URI representation of the image and strip out the binary payload. Then we ship that back to the server.

So, from here forward, the concentration should be on features and UI. Check out the ImageBooth… perhaps not fully useful (without a download feature), but on it’s way.

Leave a Reply