For convenience, it would be nice to have ``` tfm = FlipX() newimg = tfm(img) # equivalent to apply(tfm, img) ```