There is no way to do this at the moment. I do think I have a solution for this but it will be quite a huge change. There is a MagickReadSettings class that has some settings for when you read the image(s). This sets some 'hidden' settings in the MagickSettings class and passes that to the part that reads an image. I think I should move the MagickReadSettings to the MagickSettings class and use that as an argument for the Read method instead.
↧