python-esppy icon indicating copy to clipboard operation
python-esppy copied to clipboard

How to set <![CDATA[resize]]> in xx.set_parameters?

Open jackhu3301 opened this issue 6 years ago • 0 comments

When I write these code in :

resize = esp.calculate.ImageProcessing(schema=('id*:int64', 'resized:blob'), function="resize", width=200, height=200) resize.set_parameters(function=)

But When i save this to an xml. I find "<" changed to "<" and ">" to ">" . It is so strange? How can I changed it?

jackhu3301 avatar Oct 23 '19 05:10 jackhu3301