ImageEncoded was our Python helper for logging image files (JPEG, PNG, …) and chroma-downsampled images (NV12, YUY2).
It got removed during recent Image refactor, replaced by the new Image archetype (for NV12/YUY2) and EncodedImage (for PNG, JPEG, etc).
We should consider adding back ImageEncoded and mark it deprecated, to guide users and minimize breaking changes.
ImageEncodedwas our Python helper for logging image files (JPEG, PNG, …) and chroma-downsampled images (NV12, YUY2).It got removed during recent
Imagerefactor, replaced by the newImagearchetype (for NV12/YUY2) andEncodedImage(for PNG, JPEG, etc).We should consider adding back
ImageEncodedand mark it deprecated, to guide users and minimize breaking changes.