Hey guys,

Question about the fs API:

I'm trying to create one big sprite img out of several buffers. Right now 
what I've been able to do is create one image out of every buffer with 
fs.writeFile(name, buffer1) etc. and then use the node-spritesheet module 
to create one image out of them all. If i try and use a writestream with ({ 
flags: 'a'}) and write the buffers into on file directly the file grows in 
size but only one image is visable in the file. 

If anyone could help me with an implementation that uses buffers and 
immediately writes out to one sprite I would be ever so grateful.

Cheers,
Pat

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to