https://github.com/andrewschaaf/spriteutils
On Nov 14, 2010, at 11:58 PM, Sergey Chernyshev wrote:
>
> BTW, I think you should change sprite-html-viz to be just a webpage, maybe even in PHP or something for simplicity of installation. I can probably create it.
I was planning to have it generate HTML (with images embedded via base64 URIs). Do you mean it should emit '...HMTL...' instead of '{"html": "...HTML..."}'? Or that sprite-html-viz should be provided as a service somewhere?
> Let's think of all different tools that can create sprite.json format and use it to manipulate images, e.g. PHP script or desktop app to update the sprite with new component image and so on.
> [...]
> Let's work on different samples and usecases for it to make sure formats and tools will reflect as many as many of them as possible.
Yes, let's!
I can't put time into brainstorming for other people's potential use cases at the moment, but would be happy to adapt as they arise.
Also, maybe GUIs and other wrappers ought to be outside the scope of spriteutils. A #webperf-branded site and wrapper suite, perhaps?
Andrew
Sounds good.
On 16 November 2010 17:39, Sergey Chernyshev