🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

crafity-imageinfo

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crafity-imageinfo

Get image info

0.1.0
latest
npm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

#ImageInfo

##Sample Code

var imageinfo = require('crafity-imageinfo');
imageinfo.readInfoFromFile("image.jpg", function (err, data) {
	if (err) { return console.error(err); }
	console.log(data);
});

##License ImageInfo 0.1.2 - A Node Module for reading image metadata.

  • Based on the JavaScript library from Jacon Seidelin Copyright (c) 2012 Bart Riemens, briemens@crafity.com, http://crafity.com/

ImageInfo - A JavaScript library for reading image metadata. Copyright (c) 2008 Jacob Seidelin, jseidelin@nihilogic.dk, http://blog.nihilogic.dk/ MIT License [http://www.nihilogic.dk/licenses/mit-license.txt]

Keywords

util

FAQs

Package last updated on 03 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts