I've seen several tutorial explaining how to convert binary image into encode64 representations:
var image = new Buffer(bl.toString(), 'binary').toString('base64');
My question is, how to return this string representation, back to it's buffer's binary data.