+| Tolerance | Specifies the tolerance for image data, defining the acceptable pixel variation in image size. <ul><li>Tol=0: Strict matching, only images of the exact specified size are accepted.</li><li>Tol > 0: Allows a size variation of up to ±Tol pixels in each dimension. For example, if the expected size is (100, 100) and Tol = 5, images between (95, 95) and (105, 105) are accepted.</li><li>Tol=none: Fully flexible, images of any size are allowed.</li></ul> | Required when Column Role is Input and Data Structure is Image. |
0 commit comments