-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Refactor] Merge ti.tools.image.imdisplay() into ti.tools.image.imshow() #4144
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/taichi-api-docs-preview/taichi/m8ovd6ECbhnjM7nBRxucFbNcq9Zt |
✔️ Deploy Preview for docsite-preview ready! 🔨 Explore the source changes: e9b0037 🔍 Inspect the deploy log: https://app.netlify.com/sites/docsite-preview/deploys/620201a84907640007f2eaca 😎 Browse the preview: https://deploy-preview-4144--docsite-preview.netlify.app |
ti.tools.image.imdisplay
into ti.tools.image.imshow
ti.tools.image.imdisplay
into ti.tools.image.imshow
/format |
Would you resolve conflicts and try to make CI happy? Thanks! |
ti.tools.image.imdisplay
into ti.tools.image.imshow
Oh, I forgot to remove the |
You also have to sign the CLA :-) |
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.
LGTM!
Note
Ipython.display
can directly showImage.fromarray()
, no need to write it into BytesIO and read it back.