Locomotion

Forty-eight views of a nude male moving in place.

Image of Eadweard J. Muybridge's collotype of a nude male moving in place.

Nude male moving in place

Usage

var image = require( '@stdlib/datasets/img-locomotion-nude-male' );

image()

Returns a buffer containing image data.

var img = image;
// returns <Buffer>

Examples

var image = require( '@stdlib/datasets/img-locomotion-nude-male' );

var img = image();
console.log( img );

CLI

Usage

Usage: img-locomotion-nude-male [options]

Options:

  -h,    --help                Print this message.
  -V,    --version             Print the package version.

Examples

$ img-locomotion-nude-male | <image_viewer>

License

Digital image courtesy of the Getty's Open Content Program. The data files (databases) are licensed under an Open Data Commons Public Domain Dedication & License 1.0 and their contents are licensed under a Creative Commons Zero v1.0 Universal. The software is licensed under Apache License, Version 2.0.

Did you find this page helpful?