Resource Base
Table of contents

MaxTotalImageDimension

MaxTotalImageDimension specifies the maximum value of the total dimension area (in millions of pixels) of the source images the library can process concurrently. For example, if the library is processing 10 images concurrently, and each image has dimensions of 1920x1080. Then the total area of all the images is (1920 * 1080 * 10 = 20,736,000 pixels). So if the MaxTotalImageDimension is set to a value of 20 (which would equate to 20 million pixels) then you can process only 9 of those images at a time.

Setting Methods

As JSON Parameter

MaxTotalImageDimension as a JSON parameter is a number value defined as below.

Parent Json Object Key Name Key Value Type Key Value Range Key Default Value
GlobalParameter MaxTotalImageDimension int [0, 0x7fffffff] 0

Remarks

  • 0: no limitation on the total image dimension.

Example

{
    "MaxTotalImageDimension": 0
}

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version(2.2.10)
    • Version 2.x
      • Version 2.2.0
      • Version 2.0.21
      • Version 2.0.20
      • Version 2.0.11
      • Version 2.0.10
      • Version 2.0.0
    • Version 1.x
      • Version 1.0.21
      • Version 1.0.20
      • Version 1.0.12
      • Version 1.0.11
      • Version 1.0.10
      • Version 1.0.0
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support