The is Image 1
----------------------------------------
|AAAAAAAA |
| |
----------------------------------------
Image2
--------
|A|
--------
The Dest Image can be
----------------------------------------
|AAAAAAAA |
| |
----------------------------------------
It Can't paste image.I only use this;
Thanks in advance.
链接已复制
Y = 0.257*R' + 0.504*G' + 0.098*B' + 16
Cb = -0.148*R' - 0.291*G' + 0.439*B' + 128
Cr = 0.439*R' - 0.368*G' - 0.071*B' + 128
Image1 is only character'A' ( Color is Red) BackGroud color is Black.
I make Image2's correspounding position value is Image1's.
I found In Character'A' area, there is not only red, but some transparent.
I thinkthe wrong maybe the Cb,Cr use by 4 pixels.I Set the value is( -0.148*255 + 128, 0.439*255 + 128).
I use rgb565 is right,but itexhaust more time!
My English is poor, my description may be no clear!
Thanks in advance!
