Search found 4 matches

by gfilkov
2019-07-29T13:15:41-07:00
Forum: Magick.NET
Topic: How to speed up GIF creation.
Replies: 6
Views: 43634

Re: How to speed up GIF creation.

> Perhaps Q8 is sufficient
This is important, thank you!
I am still using Magick.NET-Q16-AnyCPU.dll, by inertia.

I have started with that lib, then had to cut down the size and color depth, trying to speed up my app, but did not change DLL.
I will change the lib and see how much it helped.

Thanks
by gfilkov
2019-07-29T12:03:04-07:00
Forum: Magick.NET
Topic: How to speed up GIF creation.
Replies: 6
Views: 43634

Re: How to speed up GIF creation.

Anybody around who knows Magick.NET ins and outs?
by gfilkov
2019-07-25T17:17:31-07:00
Forum: Magick.NET
Topic: How to speed up GIF creation.
Replies: 6
Views: 43634

Re: How to speed up GIF creation.

Thank you for the prompt reply. Yes, I am applying Quantize(): web.config <add key="QuantizeColors" value="256" /> ImageMagick.QuantizeSettings settings = new ImageMagick.QuantizeSettings(); settings.Colors = quantizeColors; // from config image.Quantize(settings); Question: I am...
by gfilkov
2019-07-25T16:29:21-07:00
Forum: Magick.NET
Topic: How to speed up GIF creation.
Replies: 6
Views: 43634

How to speed up GIF creation.

Dear, I am using Magick.NET-Q16-AnyCPU.dll version 7.12.0.0 in web app hosted in IIS The app generates GIF using provided background image superimposed with number of smaller images (assets). Assets are being scaled, rotated and positioned over background. Typical background: 340x520 jpg. Typical as...