Image Editing

The two sets of commands below can be used to modify images via a given dataURI (or from a blank image). In general, Canvas should be used in scenarios where performance is priority and/or when editing individual pixels. URI should be used when applying filters to a whole image, and should be used sparingly due to the lag it causes.

Last updated

Was this helpful?