Class: ImageEditorHistoryEntry

ImageEditorHistoryEntry()

Image Editor History Entry This class models a step in the image edition process. It stores the Image data at a given point in time so it can be later recovered for undo/redo purposes or other visualization needs.

Constructor

new ImageEditorHistoryEntry()

Constructor
Source:

Methods

getImageData() → {Promise}

Fetches the stored ImageData of this history entry
Source:
Returns:
A promise that will resolve with the stored ImageData value
Type
Promise

(protected) loadData_(imageURL)

Fetches an ImageData for a given image url
Parameters:
Name Type Description
imageURL String The image url to load
Source: