nodejs read image data

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.

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.