-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Would you be interested in adding a canvas function save-png-octet-vector or save-png-data that simply returns an octet vector with the entire png file for in-memory storage? Seems like a simple thing I'd be happy to make a PR for.
My use case: I want to be able to make a hunchentoot-based server that dynamically generates png's, stores them in memory and serves them when requested, without committing files to storage. Currently I use save-png-stream and a custom binary stream that writes to an octet vector I later retrieve, but this should be simpler.
Metadata
Metadata
Assignees
Labels
No labels