drawEllipse draws ellipses (or part of) over an
Image object. This operation is destructive: it changes
irreversibly the Image object and cannot be undone.
Usage
drawEllipse(
image,
x,
y,
axis1,
axis2,
angle,
start_angle = 0,
end_angle = 360,
color = "red",
thickness = 1
)