You should not abort a thread that is loading an image. This can cause problems with the unmanaged memory and temporary files that are being used by ImageMagick. You should probably just finish loading the image and discard (and dispose) it.
↧