I am using Magick.NET and dealing with huge files.
Is there any chance to get a stream-reader directly from the MagickImage-Object?
Currently I have to use the .write-method to save the data to a memory-stream but in my opinion this is wasting a lot of memory and even unnecessary, especially when you are dealing with huge files.
(i am using asp.net mvc 5 and the best would be to create a FilePathResult thats reads directly from the MagickImage-object).
Is there any chance to get a stream-reader directly from the MagickImage-Object?
Currently I have to use the .write-method to save the data to a memory-stream but in my opinion this is wasting a lot of memory and even unnecessary, especially when you are dealing with huge files.
(i am using asp.net mvc 5 and the best would be to create a FilePathResult thats reads directly from the MagickImage-object).