Macro Commands

Unfold Hierarchy number Tags Values Attributes

    Macro Commands
        1  Examples
            1.1  Image
                1.1.1  edit
image edit inputFile='D:\MyBox-test\images\v1.png'
                1.1.2  Replace color
image replace inputFile='D:\MyBox-test\images\v1.png'
                    1.1.2.1  HSB Euclidean
image replace color=0xfa7094 newColor=0x7777FF algorithm=HSBEuclidean  inputFile='D:\MyBox-test\images\v1.png' outputFile='D:\temp\2\v1_replace_HSBEuclidean.png'
                    1.1.2.2  CMC
image replace color=0xfa7094 newColor=0x3377CC  algorithm=CMC  threshold=1  inputFile='D:\MyBox-test\images\v1.png' outputFile='D:\temp\2\v1_replace_CMC.png'
                1.1.3  sharp
image sharp inputFile='D:\MyBox-test\images\v1.png'
                    1.1.3.1  Four-neighbor Laplace-keep-copy
image sharp algorithm=four color=keep edge=copy inputFile='D:\MyBox-test\images\v1.png' outputFile='D:\temp\2\v1_sharp_4neighborg_keep_copy.png'
                    1.1.3.2  Four-neighbor Laplace-grey-copy
image sharp algorithm=four color=grey edge=copy inputFile='D:\MyBox-test\images\v1.png' outputFile='D:\temp\2\v1_sharp_4neighborg_grey_copy.png'
                    1.1.3.3  Four-neighbor Laplace-blackwhite-zero
image sharp algorithm=four color=blackwhite edge=zero inputFile='D:\MyBox-test\images\v1.png' outputFile='D:\temp\2\v1_sharp_4neighborg_blackwhite_zero.png'