You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added .dispose() method to release resources for garbage collection.
Added .morphSelection() method to AbstractSelectionTool for transferring selections from one tool to another.
Fixed an issue with .invert(), .adjustBrightness() and .adjustTransparency() methods that prevented them from working correctly with non-rectangular shapes.
Disabled .pickup() in transform classes (rather than producing invalid results).