.
from morph import *
from handson import *
A=mmreadgray('fish.tif')
mmshow(A)
B = mmsereflect(mmimg2se(A))
mmshow(mmseshow(B))