-
Notifications
You must be signed in to change notification settings - Fork 18
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
Bad quality of presentation with --fullscreen flag #15
Comments
Hi, currently manim presentation is using @glatteis full screen implementation. I was trying to have a real full screen working but is more challenging that it seems. As soon as i will have some spare time i'll try to fix this |
Hello ! I managed to fix this issue on Windows. On Linux, the quality never downgraded with |
@jeertmans Please do!! And on windows if you can! 🙏 |
Hey @AnonymoZ @jeertmans unfortunately i do not have windows nor access to a windows computer to debug this issue. If you open a PR i will be happy to merge your fix. |
I did a comparison about the quality of manim presentation with the --fullscreen flag. In the first picture, I rendererd a manim scene with
manim -qh example.py
and then ran it withmanim_presentation --fullscreen example
. As we can see in the 1st picture, the quality is not so high (it's bad as low-quality rendering).Then, I tried running without --fullscreen, the quality of the scene turn back to high quality (but lost the ability to be fullscreen).
Seems like when doing the full-screen, the presentation has been scaled down to fit the screen, and cause this bad quality.
Is there any way to fix this?
The text was updated successfully, but these errors were encountered: