Function: invert_image
DOC_MSE_VERSION: since 0.3.9
--Usage--
> invert_image(input: image)
Invert the colors in an image.
--Parameters--
! Parameter Type Description
| @input@ [[type:image]] Image to invert.
--Examples--
> invert_image("image_logo.png") == [[Image]]
>>> invert_image(
) ==