Search found 4 matches
- 2018-07-16T07:07:37-07:00
- Forum: Magick.NET
- Topic: How to use temporary-path from C# code? (windows)
- Replies: 3
- Views: 11668
Re: How to use temporary-path from C# code? (windows)
Thanks but I could not find example of usage, where should I apply MagickNET.SetTempDirectory("c:/temp")
- 2018-07-13T03:08:10-07:00
- Forum: Magick.NET
- Topic: How to use temporary-path from C# code? (windows)
- Replies: 3
- Views: 11668
How to use temporary-path from C# code? (windows)
Hello!
Does anybody knows how to set up temporary-path from C# (not from command line and not from env var)
I have to run my app on server and could not give write access to the default path where magick stores temp files (..\Windows\system32\..)
Thank you
Does anybody knows how to set up temporary-path from C# (not from command line and not from env var)
I have to run my app on server and could not give write access to the default path where magick stores temp files (..\Windows\system32\..)
Thank you
- 2018-07-02T02:01:27-07:00
- Forum: Magick.NET
- Topic: Control (limit) resource usage in Magick.NET using C#
- Replies: 3
- Views: 10654
Re: Control (limit) resource usage in Magick.NET using C#
Thank you!
Is it enough just to set ResourceLimits.Memory=32...
or is it require more sophisticated initizlization?
Is it enough just to set ResourceLimits.Memory=32...
or is it require more sophisticated initizlization?
- 2018-07-01T14:02:04-07:00
- Forum: Magick.NET
- Topic: Control (limit) resource usage in Magick.NET using C#
- Replies: 3
- Views: 10654
Control (limit) resource usage in Magick.NET using C#
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 ...