Originally posted by: JCK
I found this article very helpful -- thanks. One question however: should the two occurrences of "((GetRValue(clrBack)>>3) << 5)" in the dwBackColor switch statement clause for 16 bpp be getting the green value rather than the red value (or am I not thinking through the bit shifting correctly?)?
Reply
Originally posted by: steve
Your examples seem to only rotate about 0,0. Could you give
examples of rotating about another point in the image (e.g.
the center of the image) using both the src-to-dest and
dest-to-src methods.