-
Notifications
You must be signed in to change notification settings - Fork 23
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
DarkThumbs to support SVG images #34
Comments
On further investigation, it turns out the SVG files in the epubs from issue #31 are merely containers for base64-encoded bitmap images. |
... and the Powertoys implementation uses .NET. So that's a dead-end. |
Try third-party extension (need to add .SVG as allowed image inside DarkThumbs) https://github.com/tibold/svg-explorer-extension/releases |
For V1.7, I've partially addressed this issue. Here's what it looks like: DarkThumbs V1.7 shows the image from the cover, but isn't able to show the text. As a reminder to my future self, the technical details are:
|
Thank you for the partial fix! Looking forward to seeing how this lunasvg works! |
Fallout from issue #31.
DarkThumbs V1.x uses GDI+ functions to handle images. Those functions don't support SVG files.
Unfortunately, there doesn't seem to be a readily available WIC decoder for SVG files?
powertoys has a thumbnail preview for SVG, source. It also has Preview Pane support.
The text was updated successfully, but these errors were encountered: