blitters
A blitter is a hardware or software component that performs block image transfers and related pixel operations, typically moving rectangular regions of video memory and optionally combining them with other image data. The name derives from bit-block transfer, or blit, a term used to describe moving blocks of bits in memory. Blitters were common in earlier computer systems as dedicated co-processors or as features of display hardware to accelerate graphics tasks while the CPU handled other work.
Functionally, a blitter copies a source rectangle to a destination rectangle in memory and may apply a
Notable examples include the Amiga’s custom blitter, which could perform multiple data fetches and pixel-wise operations
In summary, blitters accelerate image copying and compositing by handling block transfers and simple raster operations,