You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(ui): enhance window quality
This fix always resizes the frame size, as this seems to be a good cross-platform fix to the quality issue that occurs when the frame does not match the window size.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix: remove unused import
* fix: actually only resize on Windows
* feat(cli): optional interpolation flag
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* chore: add image fox windows quality fix
* chore(README): document Windows fix
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Tool for live presentations using either [Manim (community edition)](https://www
9
9
10
10
> **_NOTE:_** This project extends the work of [`manim-presentation`](https://github.com/galatolofederico/manim-presentation), with a lot more features!
11
11
12
-
-[Install](#install)
12
+
-[Installation](#installation)
13
13
*[Dependencies](#dependencies)
14
14
*[Pip install](#pip-install)
15
15
*[Install From Repository](#install-from-repository)
@@ -18,6 +18,8 @@ Tool for live presentations using either [Manim (community edition)](https://www
18
18
*[Key Bindings](#key-bindings)
19
19
*[Other Examples](#other-examples)
20
20
-[Features and Comparison with Original manim-presentation](#features-and-comparison-with-original-manim-presentation)
21
+
-[F.A.Q](#faq)
22
+
*[How to increase quality on Windows](#how-to-increase-quality-on-windows)
21
23
-[Contributing](#contributing)
22
24
23
25
## Installation
@@ -168,6 +170,16 @@ Below is a non-exhaustive list of features:
| Tested on Unix, macOS, and Windows |:heavy_check_mark:|:heavy_multiplication_x:|
170
172
173
+
## F.A.Q
174
+
175
+
### How to increase quality on Windows
176
+
177
+
On Windows platform, one may encounter a lower image resolution than expected. Usually, this is observed because Windows rescales every application to fit the screen.
178
+
As found by [@arashash](https://github.com/arashash), in [#20](https://github.com/jeertmans/manim-slides/issues/20), the problem can be addressed by changing the scaling factor to 100%:
0 commit comments