Get the n-th internal subfile of an image. By default, the first is returned.
Optionalindex: number = 0the index of the image to return.
the image at the given index
Returns the count of the internal subfiles.
the number of internal subfile images
(experimental) Reads raster data from the best fitting image. This function uses
the image with the lowest resolution that is still a higher resolution than the
requested resolution.
When specified, the bbox option is translated to the window option and the
resX and resY to width and height respectively.
Then, the [readRasters]GeoTIFFImage#readRasters method of the selected
image is called and the result returned.
optional parameters
the decoded array(s), with height and width, as a promise
Wrapper for GeoTIFF files that have external overviews.