Hi there, really impressive library.
Question (couldn't find anything related): is it fully thread-safe?
That is, I don't expect manipulations on the same image to be thread-safe (I would use my own locking for that), but would an image browser be able to load images using different threads (for faster loading with multicores, and for smoothness of the GUI)? I mean, would the internals of the image loaders conflict between instances in other threads?
Thanks