Int 62 Fn 00A3 u - Fgdriver V4.02 - "fg_scale" - Scale Bitmap [V]
AX = 00A3h
ES:BX -> variable pointer record (see #3170)
CX = width of source bitmap in pixels (0 < width <= 1024)
DX = height of source bitmap in pixels (0 < height <= 1024)
SI = desired width of scaled bitmap (0 < width <= 1024)
DI = desired height of scaled bitmap (0 < height <= 1024)
Return: nothing
See Also: AX=00B7h
Format of FGDRIVER SCALE variable pointer record:
Offset Size Description (Table 3170)
00h WORD segment of source bitmap (one pixel per byte)
02h WORD offset of source bitmap
04h WORD segment of buffer for resulting scaled bitmap
06h WORD offset of buffer for resulting scaled bitmap