diff --git a/reference/imagick/constants.xml b/reference/imagick/constants.xml index 9acd6f5cdc..88272de837 100644 --- a/reference/imagick/constants.xml +++ b/reference/imagick/constants.xml @@ -3309,6 +3309,7 @@ + Set the maximum width * height of an image that can reside in the pixel cache memory. @@ -3319,6 +3320,7 @@ + Set maximum amount of disk space in bytes permitted for use by the pixel cache. @@ -3329,6 +3331,7 @@ + Set maximum number of open pixel cache files. @@ -3339,6 +3342,7 @@ + Set maximum amount of memory map in bytes to allocate for the pixel cache. @@ -3349,6 +3353,19 @@ + Set maximum amount of memory in bytes to allocate for the pixel cache from the heap. + + + + + + imagick::RESOURCETYPE_THREAD + (integer) + + + + Set maximum parallel threads. + &imagick.constant.available; 6.7.8 or higher. diff --git a/reference/imagick/imagick/compareimagechannels.xml b/reference/imagick/imagick/compareimagechannels.xml index ef0cbb55b6..5736f10df6 100644 --- a/reference/imagick/imagick/compareimagechannels.xml +++ b/reference/imagick/imagick/compareimagechannels.xml @@ -38,7 +38,7 @@ Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using bitwise operators. Refer to this - list of channel constants. + list of channel constants. diff --git a/reference/imagick/imagick/deleteimageartifact.xml b/reference/imagick/imagick/deleteimageartifact.xml index 2d95cb6a2c..731d066658 100644 --- a/reference/imagick/imagick/deleteimageartifact.xml +++ b/reference/imagick/imagick/deleteimageartifact.xml @@ -27,7 +27,7 @@ artifact - The name of the artifact + The name of the artifact to delete diff --git a/reference/imagick/imagick/destroy.xml b/reference/imagick/imagick/destroy.xml index eaf40afa1e..6be17e7226 100644 --- a/reference/imagick/imagick/destroy.xml +++ b/reference/imagick/imagick/destroy.xml @@ -13,7 +13,8 @@ - Destroys the Imagick object and frees all resources associated with it. + Destroys the Imagick object and frees all resources associated with it. + This method is deprecated in favour of Imagick::clear. diff --git a/reference/imagick/imagick/getresourcelimit.xml b/reference/imagick/imagick/getresourcelimit.xml index 70147e09cc..54f3dace8c 100644 --- a/reference/imagick/imagick/getresourcelimit.xml +++ b/reference/imagick/imagick/getresourcelimit.xml @@ -13,7 +13,7 @@ inttype - Returns the specified resource limit in megabytes. + Returns the specified resource limit. diff --git a/reference/imagick/imagick/setresourcelimit.xml b/reference/imagick/imagick/setresourcelimit.xml index e2b7433a3a..81efab53bd 100644 --- a/reference/imagick/imagick/setresourcelimit.xml +++ b/reference/imagick/imagick/setresourcelimit.xml @@ -14,7 +14,8 @@ intlimit - Sets the limit for a particular resource in megabytes. + This method is used to modify the resource limits of the underlying ImageMagick + library. @@ -26,6 +27,8 @@ type + Refer to the list of resourcetype constants. @@ -33,6 +36,7 @@ limit + The resource limit. The unit depends on the type of the resource being limited.