All functions   Mac OS X   Windows   Crossplatform   Components   New in version: 1.0   1.1   1.2   1.3   1.4   1.5   1.6   1.7   1.8   2.0  

GM.SetCacheThreshold

Component: GraphicsMagick
Mac OS X: Works
Windows: Works

MBS( "GM.SetCacheThreshold"; threshold )

Parameters

Parameter Description Example value
threshold The Pixel cache threshold in megabytes 1

Result

Returns "OK" on success.

Description

Sets the Pixel cache threshold in megabytes. Once this memory threshold is exceeded, all subsequent pixels cache operations are to/from disk. This setting is shared by all Image objects.

Feedback: Report problem or ask question.