So I’m aware you can position images in processing using different image modes. I was wondering how using imageMode(CORNERS) I would be able to position images from the bottom left corner. So if the image was drawn this way at 0 width/0 height, the the image width and height were both 100 it would be drawn between coordinates 0,0,100,0
So it would deciding where to place an image using the bottom left corner of the image as the co-ordinates. So how imageMode(CENTER) would use the middle of the image as its co-ordinates.
I’m sorry, there is no inbuilt function to draw from the bottom left corner. But you could build one yourself, by just changing the input variables how you want them to be.