5 lines
91 B
Python
5 lines
91 B
Python
from vipsCC import *
|
|
|
|
a = VImage.VImage("/home/john/pics/shark.jpg")
|
|
print a.maxpos_avg()
|