!Blit-Modes

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > Image/Pixel-Color Operations > ANA. - Imageworks > Blit-Operations >

!Blit-Modes

 

In all Commands that have "Blit-Mode" Parameter you can specify any of these numbers:

 

Blit-Modes:

 

1 -  "Source"                   The Pixel is always the Source. Same as #13.

 

Img01   ANY Destination        Img01    

 

2 -  "NotMergeSrc"           The Pixel is the inverse of the MergeSrc color.

 

Img01   Img02       =  Img03

Img05           Img01                 =  Img07

Img08           Img09                        =   Img10

 

3 -  not implemented

 

4 -  "NotCopySrc"                Pixel is the inverse of the Source color.

 

Img11  ANY Destination   = Img12          

 

5 -  "MaskSrcNot"                Pixel is a combination of the colors common to both the source and the inverse of the Target.

 

Img13         Img14  Img15

Img08    Img14      Img16

Img17    Img18     Img19

 

6 - not implemented

 

 

7 -  "XorSrc"                Pixel is a combination of the colors in the source and in the pixel, but not in both.

 

Img20  Img21     Img22

Img17    Img23       Img24

 

Img25    Img14       Img26

 

 

8 -  not implemented

 

 

9 -  "MaskSrc"                Pixel is a combination of the colors common to both the source and the pixel.

 

Img17    Img20       Img27

Img28    Img25        Img29

Img25    Img14        Img30

 

 

10 - not implemented

 

12 - "MergeNotSrc"        Pixel is a combination of the source color and the inverse of the pixel color.

 

Img25    Img14   = Img31

 

Img02    Img08     = Img32

Img14    Img08     = Img33

 

13 - "CopySrc"                Pixel is the source color (default).

 

Img01 ANY Destination    Img01

 

14 - "MergeSrcNot" - not implemented

 

 

15 - "MergeSrc"                Pixel is a combination of the source color and the pixel color.

 

Img28    Img34      Img35

Img25    Img14     Img36

 

Img02    Img08     Img37

 

16 - "mix_Whiteness"                Pixel is always 1 (white).

 

  n.i.

 

 

 

IMPORTANT NOTICE about missing Administration Rights Effects: 

 

  When you start the Script from an SPR-Editor that has NO Admin-Rights, you may not be able to load pictures

  from the Standard Robot path because its below C\Programme (x86)\ and you need Admin-Access to load files there.

  As a result you will get only BLACK PICTURES using ANA.Load.

  So if you only get Black Pictures, try to use ADMIN-RIGHTS for the Script.