http-image-size

1.1.0 • Public • Published

http-image-size

NPM version Build Status Dependency Status devDependency Status

Detect image dimensions via http or https.
It does so by trying to extract image size via image-size on each chunk received. When the dimensions are present, the request is aborted.

Usage

var size = require('http-image-size');
 
size('http://die-tf.de/fuck-yeah/fuck-yeah.jpg', function(err, dimensions, length) {
  console.log(err, dimensions, length);
});

The callback receives three arguments: err, dimensions, length:

dimensions is in the form { height: 1063, width: 1600 }.
length is the number of bytes loaded.

License

Copyright (c) 2014 Johannes J. Schmidt
Licensed under the MIT license.

Package Sidebar

Install

npm i http-image-size

Weekly Downloads

21

Version

1.1.0

License

MIT

Last publish

Collaborators

  • jo