[Top]
Image
Image.Image
|
Method Image.Image()->find_min()
- Method
find_min
-
array(int) find_min()
array(int) find_max()
array(int) find_min(int r, int g, int b)
array(int) find_max(int r, int g, int b)
- 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.
|