Search found 4 matches

by Ljurka
2018-07-16T07:07:37-07:00
Forum: Magick.NET
Topic: How to use temporary-path from C# code? (windows)
Replies: 3
Views: 9728

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")
by Ljurka
2018-07-13T03:08:10-07:00
Forum: Magick.NET
Topic: How to use temporary-path from C# code? (windows)
Replies: 3
Views: 9728

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
by Ljurka
2018-07-02T02:01:27-07:00
Forum: Magick.NET
Topic: Control (limit) resource usage in Magick.NET using C#
Replies: 3
Views: 9132

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?
by Ljurka
2018-07-01T14:02:04-07:00
Forum: Magick.NET
Topic: Control (limit) resource usage in Magick.NET using C#
Replies: 3
Views: 9132

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 d...