nodejs read image data
image, jpeg, node.js
Solution
You could do this with the node-imagemagick module. (see Opening images on NodeJS and finding out width/height).
Also, if you prefer accessing the EXIF metadata, there is node-exif.
Problem
Is there any library to read image data of a jpeg ? I would like to get the pixel of a jpeg. I only find library like node-jpeg or gm but they don't provide images data.