1 | open 4gby
|
---|
2 | # send window size with 4:3 ratio
|
---|
3 | windowsize 400 300
|
---|
4 | # add a 2D label
|
---|
5 | 2dlabels text "2dlabel"
|
---|
6 | # save the image as seen in the window
|
---|
7 | save test1.png
|
---|
8 | # save an image with 16:9 ratio -> the label is distorted and bigger than expected
|
---|
9 | save test2.png width 1600 height 900
|
---|