Talk:Bit blit

The article explains blitting using masks. While this technique was used with planar devices, when using a chunky framebuffer is much more common to just flag a color (usually 0) as transparent, and only copy pixels different from that color. --Pezezin 11:13, 14 October 2006 (UTC)[reply]

The article equates "BLIT" with "BitBLT" which is not necessarily correct. I believe the term "BLIT" actually stands for "Block Image Transfer" (and this is mentioned in the article on Blitter). R1chardJ0n3s 04:58, 19 February 2007 (UTC)[reply]

Nope. And it's irrelevant anyway. 'Blt' stands for 'BLock Transfer'. And 'Bit BLT' stands for 'bit block transfer'. Mostly because that's exactly what it does. Transfers a block of bits. There are no images associated with this. The masking can and is used for any general bit masking/moving op - not just computer displays and 'sprites'. —Preceding unsigned comment added by 86.217.209.23 (talk) 16:58, 17 March 2009 (UTC)[reply]

Shouldn't this page redirect to BitBlt? 94.194.63.222 (talk) 15:40, 2 October 2009 (UTC)[reply]

I'm inclined to agree... I've found in some reading material that it's actually "Bit Boundary Block Transfer"...
Source: Pike, Rob, Leo Guibas, and Dan Ingalls. “Bitmap Graphics SIGGRAPH’84 Course Notes - Technical Memorandum,” May 21, 1984. https://pdos.csail.mit.edu/%7Ersc/pike84bitblt.pdf. Joedf (talk) 16:40, 10 February 2023 (UTC)[reply]