Method Image.Image()->find_min()
- Method find_min
array(int) find_min()
array(int) find_max()
array(int) find_min(intr,intg,intb)
array(int) find_max(intr,intg,intb)- Description
-
Gives back the position of the minimum or maximum pixel value, weighted to grey.
- Parameter
r - Parameter
g - Parameter
b -
weight of color, default is r=87,g=127,b=41, same as the grey() method.