Control (limit) resource usage in Magick.NET using C#
Posted: 2018-07-01T14:02:04-07:00
I am looking for the write to way setup limit memory from backend C# code.
I see that it possible via command line -limit memory 32MiB
but could I set up it via backend C#? The rest of settings I would like to leave as is by default.
Also I see that ImageMagick.Configuration.ConfigurationFiles but do not know is it what I need or not and how it could be used if yes.
Any help would be much appreciated.
I see that it possible via command line -limit memory 32MiB
but could I set up it via backend C#? The rest of settings I would like to leave as is by default.
Also I see that ImageMagick.Configuration.ConfigurationFiles but do not know is it what I need or not and how it could be used if yes.
Any help would be much appreciated.