Create thumbnail preview for a provided image path.
The URL or display object of the texture to render to a thumbnail
Additional named options passed to the compositeCanvasTexture function
The parsed and converted thumbnail data
Test whether a source file has a supported image extension type
A requested image source path
Does the filename end with a valid image extension?
Composite a canvas object by rendering it to a single texture
The object to render to a texture
Options which configure the resulting texture
The composite Texture object
Extract a texture to a base64 PNG string
The texture object to extract
A base64 png string of the texture
Asynchronously convert a DisplayObject container to base64 using Canvas#toBlob and FileReader
A PIXI display object to convert
The requested mime type of the output, default is image/png
A number between 0 and 1 for image quality if image/jpeg or image/webp
A processed base64 string
Upload a base64 image string to a persisted data storage location
The base64 string
The file name to upload
The file path where the file should be uploaded
Additional options which affect uploading
A promise which resolves to the FilePicker upload response
A helper class to provide common functionality for working with Image objects