Thanks for your reply!
Does it mean that Magick.NET uses an internal image-format under the hood? So to get an usable result one has to "convert" the raw-data in memory to the desired image-fileformat like png or jpg? Is this conversion done with the write-method?
And many thanks for your tip. This sould work. The idea of that is just to change the direction. Instead of reading from a stream (image) one can write to the output stream explicitly. I will test this and give a feedback right here.
Does it mean that Magick.NET uses an internal image-format under the hood? So to get an usable result one has to "convert" the raw-data in memory to the desired image-fileformat like png or jpg? Is this conversion done with the write-method?
And many thanks for your tip. This sould work. The idea of that is just to change the direction. Instead of reading from a stream (image) one can write to the output stream explicitly. I will test this and give a feedback right here.