C# Class ImageMagick.OpenCL

Class that can be used to initialize OpenCL.
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
SetCacheDirectory ( string path ) : void

Sets the directory that will be used by ImageMagick to store OpenCL cache files.

Method Details

SetCacheDirectory() public static method

Sets the directory that will be used by ImageMagick to store OpenCL cache files.
public static SetCacheDirectory ( string path ) : void
path string The path of the OpenCL cache directory.
return void