Monochrome Mode #1263
Replies: 4 comments
-
The development branch requires qt 6.7+. It seems that you are trying to build with qt5. But if the color of images is your problem we do have a |
Beta Was this translation helpful? Give feedback.
-
Thank you. For anyone's reference later on, I managed to build the
I might have misunderstood something or missed a step of what I did, I'm new to C++ development, but it's building. |
Beta Was this translation helpful? Give feedback.
-
This can be implemented through a shader, do we allow for custom shaders on images? |
Beta Was this translation helpful? Give feedback.
-
We do not allow custom shaders on images. Obviously the user can manually edit the shaders in |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm loving the app, thank you for your work.
I would like to implement Monochrome mode for the app with configurable background & text color, in spirit of how Okular does things:
Comparing to e.g. custom color mode of Sioyek, it's less pleasant/harmonious visually, due to images looking off:
Here's the light mode version for comparison:
However, I'm having trouble getting the build to run in the
development
branch, could you please help me with that? I managed to build themain
branch and the alpha release branch, but not thedevelopment
one. I'm running Ubuntu 22.04. Thank you in advance..build_linux.sh output
Beta Was this translation helpful? Give feedback.
All reactions