Re: [nodejs] piping jpeg to browser, pictures got overlapped

2012-02-23 Thread Denys Khanzhiyev
You may try to fix this by youself - just open firebird.js file in module directory and move line #157 function Stream(blob){ before line #130 var buf = null; 23 февраля 2012 г. 8:12 пользователь Angelo Chen angelochen...@gmail.comнаписал: hi, I pipe jpegs from database to browser

[nodejs] piping jpeg to browser, pictures got overlapped

2012-02-22 Thread Angelo Chen
hi, I pipe jpegs from database to browser with following code, if picking up only one photo, it works perfect, if more than one, then you can see photos are overlapping each other as one, any idea why that happens? thanks. code in route: exports.get_jpeg = function(req, res){