BUILD_EPUB_PREVIEW #4510
taunosiitam
started this conversation in
General
Replies: 2 comments
-
I thought it was in pre-release but on checking it is only the icon not the pre-view. The main Issue has generally been "variability" of results since the "First" page is not always a cover image and if an image at what scale to fit? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Mostly being overly cautious. Probably should enable it. |
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
-
Hey! I checked out and built the vs2022 solution yesterday to understand what I need to do to get EPUB previews working. It turned out BUILD_EPUB_PREVIEW define, which is used to include the functionality, has been there since at least 2 years ago when Visual Studio 2022 solution was added. So far it seems to be used in debug builds only. I then added that define for a release build and rebuilt. Because I didn't immediately understand how to build an installer, I just copied the new binaries over my existing installation at
C:\Program Files\SumatraPDF
and created a REG file to update the registry. And I can see EPUB previews now. It has some faults, like scrolling too fast through the pages makes the preview go blank, for example, but I'm already happy with what I'm seeing.My questions are: why it has not made to a release version yet? I understand there are still bugs present, have those been mapped out and listed anywhere? Are those all mupdf bugs and not related to SumatraPDF? What plans do you have with EPUB preview functionality? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions