Replies: 1 comment
-
I misread the issue, I'll close this as it is in fact a bug. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Idea Description
Images rendered by the epub reader are not the original images but a darkened version (lowered brightness) to make them easier to read in a dark theme. This darkening of images is hard-coded for all themes (including for white theme).
Kavita/UI/Web/src/app/book-reader/_models/book-white-theme.ts
Line 119 in 41c346d
On a non-dark theme (white and paper themes), darkening of the images makes it difficult to view/read a lot of images properly, especially if the images have text present on it.
An option to adjust this brightness would significantly increase the viewability/readability of the image. Further, darkened images look very dull on the white and paper themes. Users would be able to adjust this brightness if the images included in the epub file are too dark or too bright.
If it takes too much time to develop this feature, a simple fix would be to set the brightness for the white and paper themes as 1, instead of 0.85, to increase the readability of the images, as these two themes are not dark themes.
Origin of the feature request: #3449
Idea Category
User Experience
Duration of Using Kavita
No response
Before submitting
Beta Was this translation helpful? Give feedback.
All reactions