Function add

  • Calculate a new image that is the sum between the current image and the otherImage.

    Parameters

    • image: Image

      Image to which to add.

    • otherImage: Image

      Image to add.

    Returns Image

    The summed image.