This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@stdlib/dist-datasets-img

0.0.96 • Public • Published

Images

A collection of images.

Usage

var images = require( '@stdlib/dist-datasets-img' );

images.IMG_ACANTHUS_MOLLIS()

Returns a buffer containing image data.

var img = images.IMG_ACANTHUS_MOLLIS();
// returns <Buffer>

images.IMG_AIRPLANE_FROM_ABOVE()

Returns a buffer containing image data.

var img = images.IMG_AIRPLANE_FROM_ABOVE();
// returns <Buffer>

images.IMG_ALLIUM_OREOPHILUM()

Returns a buffer containing image data.

var img = images.IMG_ALLIUM_OREOPHILUM();
// returns <Buffer>

images.IMG_BLACK_CANYON()

Returns a buffer containing image data.

var img = images.IMG_BLACK_CANYON();
// returns <Buffer>

images.IMG_DUST_BOWL_HOME()

Returns a buffer containing image data.

var img = images.IMG_DUST_BOWL_HOME();
// returns <Buffer>

images.IMG_FRENCH_ALPINE_LANDSCAPE()

Returns a buffer containing image data.

var img = images.IMG_FRENCH_ALPINE_LANDSCAPE();
// returns <Buffer>

images.IMG_LOCOMOTION_HOUSE_CAT()

Returns a buffer containing image data.

var img = images.IMG_LOCOMOTION_HOUSE_CAT();
// returns <Buffer>

images.IMG_LOCOMOTION_NUDE_MALE()

Returns a buffer containing image data.

var img = images.IMG_LOCOMOTION_NUDE_MALE();
// returns <Buffer>

images.IMG_MARCH_PASTORAL()

Returns a buffer containing image data.

var img = images.IMG_MARCH_PASTORAL();
// returns <Buffer>

images.IMG_NAGASAKI_BOATS()

Returns a buffer containing image data.

var img = images.IMG_NAGASAKI_BOATS();
// returns <Buffer>

Notes


Examples

var image = require( '@stdlib/dist-datasets-img' ).IMG_ACANTHUS_MOLLIS;

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

To include the bundle in a webpage,

<script type="text/javascript" src="/path/to/@stdlib/dist-datasets-img/build/bundle.min.js"></script>

If no recognized module system is present, access bundle contents via the global scope.

<script type="text/javascript">
    // If no recognized module system present, exposed to global scope:
    var image = stdlib_datasets_img.IMG_ACANTHUS_MOLLIS;
    console.log( image() );
</script>

Package Sidebar

Install

npm i @stdlib/dist-datasets-img

Weekly Downloads

0

Version

0.0.96

License

Apache-2.0

Unpacked Size

6.59 MB

Total Files

5

Last publish

Collaborators

  • kgryte
  • planeshifter
  • rreusser
  • stdlib-bot