diff options
Diffstat (limited to 'ue2/imgsynth2/test/input_yellow_man2_indexed8')
| -rw-r--r-- | ue2/imgsynth2/test/input_yellow_man2_indexed8 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ue2/imgsynth2/test/input_yellow_man2_indexed8 b/ue2/imgsynth2/test/input_yellow_man2_indexed8 new file mode 100644 index 0000000..440c653 --- /dev/null +++ b/ue2/imgsynth2/test/input_yellow_man2_indexed8 | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | #in: test/yellow_man2_indexed8_in.xpm | ||
| 2 | #out: test/yellow_man2_indexed8_out.xpm | ||
| 3 | #ref: test/yellow_man2_indexed8_ref.xpm | ||
| 4 | |||
| 5 | read(XPM, test/yellow_man2_indexed8_in.xpm) | ||
| 6 | |||
| 7 | fillrect(0,3,6,5,0,255,0) | ||
| 8 | fillrect(2,13,7,4,0,0,255) | ||
| 9 | mirror_x() | ||
| 10 | mirror_y() | ||
| 11 | invert() | ||
| 12 | |||
| 13 | write(XPM, test/yellow_man2_indexed8_out.xpm) | ||
