lencioni/SLIR

Make it extensible with an API?

Closed this issue · 1 comments

I've been using SLIR for ages now and I loved it! But one thing that always bugged me was that I could not easily add own functionality to it.

There are some common tasks like tinting of images, greyscaling images etc. that I end up scripting again and again. And every time I think how great it would be if I just could hook into the caching/cropping/scaling-features of SLIR!

So imagine you would build an extension-API into SLIR through that developers can add new url-params (like eg /t#ff0000/ for tinting the image red) and modify the cropped data before it is cached and/or send to the browser. I would happily volunteer as an extension developer and publish these extensions for everyone to use!

So what do you say? Let's take SLIR to the next level ;)