Приводит изображение к негативному виду.
import numpy as np from negate_image.negate_image import negate_image if __name__ == "__main__": a = np.random.randn(10, 10) b = negate_image(a)