diff options
Diffstat (limited to 'tests/arthur/data/images')
27 files changed, 128 insertions, 0 deletions
diff --git a/tests/arthur/data/images/alpha.png b/tests/arthur/data/images/alpha.png Binary files differnew file mode 100644 index 0000000..e465b25 --- /dev/null +++ b/tests/arthur/data/images/alpha.png diff --git a/tests/arthur/data/images/bitmap.png b/tests/arthur/data/images/bitmap.png Binary files differnew file mode 100644 index 0000000..d21f8f5 --- /dev/null +++ b/tests/arthur/data/images/bitmap.png diff --git a/tests/arthur/data/images/border.png b/tests/arthur/data/images/border.png Binary files differnew file mode 100644 index 0000000..a3d2fed --- /dev/null +++ b/tests/arthur/data/images/border.png diff --git a/tests/arthur/data/images/dome_argb32.png b/tests/arthur/data/images/dome_argb32.png Binary files differnew file mode 100644 index 0000000..e3ccba0 --- /dev/null +++ b/tests/arthur/data/images/dome_argb32.png diff --git a/tests/arthur/data/images/dome_indexed.png b/tests/arthur/data/images/dome_indexed.png Binary files differnew file mode 100644 index 0000000..beefcd5 --- /dev/null +++ b/tests/arthur/data/images/dome_indexed.png diff --git a/tests/arthur/data/images/dome_indexed_mask.png b/tests/arthur/data/images/dome_indexed_mask.png Binary files differnew file mode 100644 index 0000000..a62f29f --- /dev/null +++ b/tests/arthur/data/images/dome_indexed_mask.png diff --git a/tests/arthur/data/images/dome_mono.png b/tests/arthur/data/images/dome_mono.png Binary files differnew file mode 100644 index 0000000..950c2a7 --- /dev/null +++ b/tests/arthur/data/images/dome_mono.png diff --git a/tests/arthur/data/images/dome_mono_128.png b/tests/arthur/data/images/dome_mono_128.png Binary files differnew file mode 100644 index 0000000..77e48aa --- /dev/null +++ b/tests/arthur/data/images/dome_mono_128.png diff --git a/tests/arthur/data/images/dome_mono_palette.png b/tests/arthur/data/images/dome_mono_palette.png Binary files differnew file mode 100644 index 0000000..dca3f59 --- /dev/null +++ b/tests/arthur/data/images/dome_mono_palette.png diff --git a/tests/arthur/data/images/dome_rgb32.png b/tests/arthur/data/images/dome_rgb32.png Binary files differnew file mode 100644 index 0000000..27bc02a --- /dev/null +++ b/tests/arthur/data/images/dome_rgb32.png diff --git a/tests/arthur/data/images/dot.png b/tests/arthur/data/images/dot.png Binary files differnew file mode 100644 index 0000000..17a7b6a --- /dev/null +++ b/tests/arthur/data/images/dot.png diff --git a/tests/arthur/data/images/face.png b/tests/arthur/data/images/face.png Binary files differnew file mode 100644 index 0000000..4f6172d --- /dev/null +++ b/tests/arthur/data/images/face.png diff --git a/tests/arthur/data/images/gam030.png b/tests/arthur/data/images/gam030.png Binary files differnew file mode 100644 index 0000000..904c972 --- /dev/null +++ b/tests/arthur/data/images/gam030.png diff --git a/tests/arthur/data/images/gam045.png b/tests/arthur/data/images/gam045.png Binary files differnew file mode 100644 index 0000000..b649a8a --- /dev/null +++ b/tests/arthur/data/images/gam045.png diff --git a/tests/arthur/data/images/gam056.png b/tests/arthur/data/images/gam056.png Binary files differnew file mode 100644 index 0000000..e5f959d --- /dev/null +++ b/tests/arthur/data/images/gam056.png diff --git a/tests/arthur/data/images/gam100.png b/tests/arthur/data/images/gam100.png Binary files differnew file mode 100644 index 0000000..6c7ba5f --- /dev/null +++ b/tests/arthur/data/images/gam100.png diff --git a/tests/arthur/data/images/gam200.png b/tests/arthur/data/images/gam200.png Binary files differnew file mode 100644 index 0000000..daa20fc --- /dev/null +++ b/tests/arthur/data/images/gam200.png diff --git a/tests/arthur/data/images/image.png b/tests/arthur/data/images/image.png Binary files differnew file mode 100644 index 0000000..85d486a --- /dev/null +++ b/tests/arthur/data/images/image.png diff --git a/tests/arthur/data/images/mask.png b/tests/arthur/data/images/mask.png Binary files differnew file mode 100644 index 0000000..c3f3b1b --- /dev/null +++ b/tests/arthur/data/images/mask.png diff --git a/tests/arthur/data/images/mask_100.png b/tests/arthur/data/images/mask_100.png Binary files differnew file mode 100644 index 0000000..fc950dc --- /dev/null +++ b/tests/arthur/data/images/mask_100.png diff --git a/tests/arthur/data/images/masked.png b/tests/arthur/data/images/masked.png Binary files differnew file mode 100644 index 0000000..6debec5 --- /dev/null +++ b/tests/arthur/data/images/masked.png diff --git a/tests/arthur/data/images/paths.qps b/tests/arthur/data/images/paths.qps new file mode 100644 index 0000000..414b162 --- /dev/null +++ b/tests/arthur/data/images/paths.qps @@ -0,0 +1,32 @@ +setPen black +setBrush 7f7fff + +path_moveTo star 50 0 +path_lineTo star 30 90 +path_lineTo star 100 60 +path_lineTo star 0 20 +path_lineTo star 80 100 + +setFont "times" 50 +path_addText text 0 50 "ABCD, 1234, abcd, #¤%&" + +path_addRect rectncircle 0 0 75 75 +path_addEllipse rectncircle 25 25 75 75 +path_setFillRule rectncircle winding + +path_moveTo curve 100 0 +path_cubicTo curve 100 100 50 50 0 100 + +begin_block drawing +drawPath star +translate 100 0 +drawPath rectncircle +translate 100 0 +drawPath curve +translate -200 100 +drawPath text +end_block + +translate 50 100 +rotate 10 +repeat_block drawing
\ No newline at end of file diff --git a/tests/arthur/data/images/pens.qps b/tests/arthur/data/images/pens.qps new file mode 100644 index 0000000..e73b15f --- /dev/null +++ b/tests/arthur/data/images/pens.qps @@ -0,0 +1,96 @@ +translate 10 10 + +begin_block penstyles +setPen black 0 solidline flatcap +drawLine 0 0 100 0 +setPen black 0 dashline flatcap +drawLine 100 0 100 40 +setPen black 0 dotline flatcap +drawLine 100 40 200 0 +setPen black 0 dashdotline flatcap +drawLine 200 0 300 0 +setPen black 0 dashdotdotline flatcap +drawLine 300 0 400 40 + +translate 0 50 +setPen blue 2 solidline flatcap +drawLine 0 0 100 0 +setPen blue 2 dashline flatcap +drawLine 100 0 100 40 +setPen blue 2 dotline flatcap +drawLine 100 40 200 0 +setPen blue 2 dashdotline flatcap +drawLine 200 0 300 0 +setPen blue 2 dashdotdotline flatcap +drawLine 300 0 400 40 + +translate 0 50 +setPen red 5 solidline flatcap +drawLine 0 0 100 0 +setPen red 5 dashline flatcap +drawLine 100 0 100 40 +setPen red 5 dotline flatcap +drawLine 100 40 200 0 +setPen red 5 dashdotline flatcap +drawLine 200 0 300 0 +setPen red 5 dashdotdotline flatcap +drawLine 300 0 400 40 +end_block + +translate 0 50 +scale 1 2 +repeat_block penstyles + + +# Test cap styles +resetMatrix +translate 420 10 +setPen green 5 dashdotline flatcap +drawLine 0 0 200 0 +setPen green 5 dashdotline roundcap +drawLine 0 20 200 20 +setPen green 5 dashdotline squarecap +drawLine 0 40 200 40 + + +# Test join styles +resetMatrix +translate 420 80 +setBrush nobrush +begin_block joinstyles +setPen orange 10 solidline flatcap miterjoin +drawPolyline [ 0 0 80 0 80 80 0 80 ] + +translate 0 100 +setPen aquamarine 10 solidline squarecap beveljoin +drawPolyline [ 0 0 80 0 80 80 0 80 ] + +translate 0 100 +setPen purple 10 solidline roundcap roundjoin +drawPolyline [ 0 0 80 0 80 80 0 80 ] +end_block + +translate 130 -200 +scale 2 1 +rotate 1 +repeat_block joinstyles + +# transparent lines +resetMatrix +translate 10 400 +setPen #7f000000 +drawLine 0 0 50 0 +setPen #7f000000 1 SolidLine +drawLine 0 10 50 10 +setPen #7f000000 5 SolidLine +drawLine 0 20 50 20 +setPen #7f000000 10 SolidLine +drawLine 0 30 50 30 +setPen #7f000000 +drawLine 0 0 0 50 +setPen #7f000000 1 SolidLine +drawLine 10 0 10 50 +setPen #7f000000 5 SolidLine +drawLine 20 0 20 50 +setPen #7f000000 10 SolidLine +drawLine 30 0 30 50 diff --git a/tests/arthur/data/images/sign.png b/tests/arthur/data/images/sign.png Binary files differnew file mode 100644 index 0000000..6aac7e1 --- /dev/null +++ b/tests/arthur/data/images/sign.png diff --git a/tests/arthur/data/images/solid.png b/tests/arthur/data/images/solid.png Binary files differnew file mode 100644 index 0000000..371e9c1 --- /dev/null +++ b/tests/arthur/data/images/solid.png diff --git a/tests/arthur/data/images/struct-image-01.jpg b/tests/arthur/data/images/struct-image-01.jpg Binary files differnew file mode 100644 index 0000000..a74e072 --- /dev/null +++ b/tests/arthur/data/images/struct-image-01.jpg diff --git a/tests/arthur/data/images/struct-image-01.png b/tests/arthur/data/images/struct-image-01.png Binary files differnew file mode 100644 index 0000000..4ed0840 --- /dev/null +++ b/tests/arthur/data/images/struct-image-01.png |