nodejs read image 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.
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.