Skip to content
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

[misc] imread bug, snowing image #802

Closed
archibate opened this issue Apr 16, 2020 · 3 comments
Closed

[misc] imread bug, snowing image #802

archibate opened this issue Apr 16, 2020 · 3 comments
Assignees
Labels
potential bug Something that looks like a bug but not yet confirmed

Comments

@archibate
Copy link
Collaborator

archibate commented Apr 16, 2020

Describe the bug
imread cannot read jpg/png properly that are not generated by imwrite.

Log/Screenshots

Screenshot_20200423_230620

To Reproduce

import taichi as ti
img = ti.imread('misc/logo.png')
ti.imshow(img)

If you have local commits (e.g. compile fixes before you reproduce the bug), please make sure you first make a PR to fix the build errors and then report the bug.

@archibate archibate added the potential bug Something that looks like a bug but not yet confirmed label Apr 16, 2020
@archibate archibate self-assigned this Apr 17, 2020
@archibate
Copy link
Collaborator Author

Maybe we want to share the same as gui.show(f'{frame}.png')?

@yuanming-hu
Copy link
Member

Could you add more details here? Again, the issue description needs a lot more work. Please first fix the issue description. Thanks.

@archibate
Copy link
Collaborator Author

Found problem! It's axis flip!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
potential bug Something that looks like a bug but not yet confirmed
Projects
None yet
Development

No branches or pull requests

2 participants