 set terminal x11 font "Courier,5"
 set noborder
 set nokey
 set notics
 plot "PLOTBMP.BMP" binary                   array=(320,240) skip=54 format="%uint8" using 3:2:1               with rgbimage
 pause -1
