Returns a Vector2 representing the dimensions of this image.
Vector2 get size => Vector2Extension.fromInts(width, height);