Heres what happened to mine when I did it using 3 dimensions.
PHP Code:
with (findimg(200)) {
layer = 4;
dimension = 3;
polygon = {
50+100, 50, 0,
800-100, 50, 0,
800, 800, 300,
50, 800, 300
};
image = "map.png";
mode = 0;
alpha = 1;
red = 1;
green = 1;
blue = 1;
Graal is not placing the image on the polygon correctly. Perhaps using a simpler rendering algorithm for the image so it doesn't take lots of processing time.