--- In [email protected], sgp <[EMAIL PROTECTED]> wrote: > > Another small problem is the RGB output order, your script displays > decimal R G B > hex #BBGGRR > > In other utilities I usually see > dec R G B > hex #RRGGBB <---
Yes, there are a confusion around this: RGB vs. BGR. I got the feeling that it may originate from big/little endianess. What I put is the Window convention, i.e., what GetPixel produces. It's BGR actually, but, MS seems to call it RGB. Sean Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
