Reads the pixels of an image as an ndarray
Create a contiguous linear ndarray data buffer.
Wrap an index on the interval [0,max].
Test if an input value is a supported ndarray floating-point data type.
Resolve the output data type from a list of input ndarray data types.
Test if an input value is a supported ndarray real-valued data type.
Test if an input value is a supported ndarray boolean index data type.
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
Return a specified flag for a provided ndarray.
Resolve a list of data type strings.
Resolve the data type that results from applying promotion rules to a provided list of data types.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Broadcast an ndarray to a specified shape.
TypeScript definitions for get-pixels
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Assign elements in an input ndarray to elements in an output ndarray.
Reorder ndarray dimensions and associated strides for loop interchange.
Test if an input value is a supported ndarray boolean data type.
Return an index given an index mode.
Test if an input value is a supported ndarray unsigned integer data type.
This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()
Finds all zero crossings in a 1D ndarray
Return the data type of an ndarray data buffer.
Display resolution-dependent images using the image-set() function in CSS