This piece of code. ```javascript // convert PNG to string return "\211PNG\r\n\032\n"+this.buffer.join(''); ```