blob: c0385c3ab13bf6b2391ae6311ade35d991294b58 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#in: test/yellow_man1_indexed8_in.xpm
#out: test/yellow_man1_indexed8_out.xpm
#ref: test/yellow_man1_indexed8_ref.xpm
read(XPM, test/yellow_man1_indexed8_in.xpm)
#fillrect(0,3,6,5,0,255,0)
#fillrect(2,13,7,4,0,0,255)
write(XPM, test/yellow_man1_indexed8_out.xpm)
|