imageinfo : A node.js package that returns information about an image or flash file such as type, dimensions etc.. You can installing imageinfo npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install imageinfo $ sudo npm install -g imageinfo
If want to update the imageinfo package execute the command as below,
$ sudo npm update imageinfo
Update package globally,
$ npm install -g imageinfo
$ sudo git clone https://github.com/rektide/imageinfo.git
$ sudo npm install -g ./imageinfo
imageinfo@1.0.4 /usr/lib/node_modules/imageinfo
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall imageinfo
Package Name | imageinfo |
Version | 1.0.4 |
Description | A node.js package that returns information about an image or flash file such as type, dimensions etc. |
Released Date | 2011-09-04T12:08:49.718Z |
Published by | npm |
How to Learn | https://www.npmjs.com/package/imageinfo/tutorial |