Broken stuff since 1.5.4 with Output class
- summarize() doesn't work anymore with Output class
- Output can't be used anymore at input of Apps, using arg (still works with kwargs though...) e.g. the following code fails
import pyotb
i = pyotb.Input("/data/toto.tif")
o = pyotb.Output(i, "out")
t = pyotb.ReadImageInfo(o)