Decode a utf8 string (image) to buffer/ Image in node.js – Photoshop
I'm receiving an image in a stream as shown below that is (imageBuffer.toString('utf8')) converted to utf8 string before receiving, however when I try to create a buffer with the following data the buffer appears to be different and not able…