image url to convert (result from the esri print task)
Optional
canvas: HTMLCanvasElement[optional = undefined] canvas to draw the image upon; if not supplied, a new canvas will be made
[optional = true] when set, tries to fetch an image with crossOrigin = anonymous
conversion promise resolving into a canvas of the image
Loads an image (as crossing) and converts it to dataURL. If a supplied imageUri is already a dataURL, just return it. If an image fails to load with the crossing attribute, return the original imageUri
url of the image to load and convert
[optional = 'image/png'] format of the image representation
promise resolving with the dataURL of the image
convertImagetoDataURL
Splits an indexed map server url into an object with .rootUrl and .index properties.
an indexed map server url
the url split into the server root and the index.
parseUrlIndex
Generated using TypeDoc
Convert an image to a canvas element