Dapatkan Nilai Python Max Pixel

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