Obtenez un Python de valeur max

smallest = numpy.amin(image)
biggest = numpy.amax(image)
Merwanski