-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add back rr.ImageEncoded
for backwards compatibility
#7096
Conversation
Deployed docs
|
ImageFormat.YUY2 = YUY2 | ||
|
||
|
||
def ImageEncoded( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ImageEncoded
used to be a class
, but is now a function so that it can return either an Image
or an EncodedImage
. Maybe a Python guru has a better idea?
|
||
""" | ||
|
||
warnings.warn( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This warning makes the unit tests fail. I have no idea how to fix that.
9a8282a
to
35375ed
Compare
What
rr.ImageEncoded
helper to guide users #7086I need someone with Python skills to finish this.
Note that these are revived things:
Checklist
main
build: rerun.io/viewernightly
build: rerun.io/viewerCHANGELOG.md
and the migration guideTo run all checks from
main
, comment on the PR with@rerun-bot full-check
.