Hello.
I need to put watermark image on different images on the fly in multithreaded environment (asp.net website). Instead of loading MagickImage for watermark each time and use it in image.Composite I wanted to load it once and store in static field. So is MagickImage thread safe for read operation (I don't think Composite modifies the source image)?
I need to put watermark image on different images on the fly in multithreaded environment (asp.net website). Instead of loading MagickImage for watermark each time and use it in image.Composite I wanted to load it once and store in static field. So is MagickImage thread safe for read operation (I don't think Composite modifies the source image)?