twolfson / spritesmith-engine-test

Common test suite for spritesmith engines
MIT License
7 stars 1 forks source link

Support buffers instead of filepaths #1

Closed tmcw closed 8 years ago

tmcw commented 9 years ago

I'm looking to support a usecase in which image data is loaded as a buffer from a database and sprited per-request. In the meantime, I can support this by writing tmp files and giving spritesmith the paths, but it would be great if there was an option to give id->buffer mappings rather than file paths as input.

twolfson commented 9 years ago

Let's use Ensighten/spritesmith#51 as the common thread for this discussion.