Right now, `runway.data_types.image` support serialization via a JPEG encoded image only. https://github.com/runwayml/model-sdk/blob/b3e2aa704bc2c9863580496cb9c1ddedb022799d/runway/data_types.py#L77-L84 We should support multiple image formats, as well as exploring support for higher bit-depth images.
Right now,
runway.data_types.imagesupport serialization via a JPEG encoded image only.model-sdk/runway/data_types.py
Lines 77 to 84 in b3e2aa7
We should support multiple image formats, as well as exploring support for higher bit-depth images.