Last Updated:
31 Jan 2024 09:02
by ADMIN
ImageEditor: Commands can be executed before an image is loaded, causing random crashes
The commands in ImageEditor can be executed as soon as an ImageSource is specified, but before the the actual image is loaded. Since the image is loading asynchronously, executing a command too early causes racing conditions and random crashes.