This documentation is for the old version. Go to the latest Graphics Mill docs

Enabling Multi-core Processing

Graphics Mill for .NET allows applying image resizing algorithms in multiprocessor mode. This mode increases speed of performing these transforms on multi-core workstations. To enable this mode just set the GlobalSettings.MultiProcessorSupport property to true.

See Also

Reference