spdl.io.ImageCodec¶ class ImageCodec[source]¶ Codec metadata Attributes height The height of the image. name The name of the codec pix_fmt The pixel format of the image. width The width of the image. property height: int[source]¶ The height of the image. property name: str[source]¶ The name of the codec property pix_fmt: str[source]¶ The pixel format of the image. property width: int[source]¶ The width of the image.