hdc difference

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Boki

    #1

    hdc difference

    Hi All,

    I am going to show the difference between two hdc.

    Is that the only I can do ? ( any API(fast) to calculate two array
    difference ( byte by byte ))
    '//////////////////////
    For x = 0 To 320
    For y = 0 To 240
    ....
    ....
    Next y
    Next x
    '//////////////////////
    or I have to do it by PSET .... to new hdc, it seems very slow.

    Best regards,
    Boki.

Working...