-
Hi, I am using C# 2019 and Magick.NET-Q8-AnyCPU version 11.2.0.0 for loading 1bit tif files. MagickImage mImg = new MagickImage(img.path); // takes about 22 seconds The image is 74500x60500 with 2540 dpi (it is not my file and I can not request a different one) : Is there any way to get a better time for processing? Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Those are images with huge dimensions. There is not much that you can do about it. They take a long time to process. |
Beta Was this translation helpful? Give feedback.
Those are images with huge dimensions. There is not much that you can do about it. They take a long time to process.