-
-
Notifications
You must be signed in to change notification settings - Fork 460
[Feature Request]: Thumbnail support for WEBP files inside ZIP #1364
Copy link
Copy link
Open
Labels
Priority: LowDoesn't require immediate attentionDoesn't require immediate attentionTagStudio: Thumbs/PreviewsFile thumbnails or previewsFile thumbnails or previewsType: EnhancementNew feature or requestNew feature or requestType: UI/UXUser interface and/or user experienceUser interface and/or user experiencegood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
Priority: LowDoesn't require immediate attentionDoesn't require immediate attentionTagStudio: Thumbs/PreviewsFile thumbnails or previewsFile thumbnails or previewsType: EnhancementNew feature or requestNew feature or requestType: UI/UXUser interface and/or user experienceUser interface and/or user experiencegood first issueGood for newcomersGood for newcomers
Type
Projects
Status
🛠 Ready for Development
Checklist
Description
Certain file formats (namely .webp that I could discover) that are currently supported for thumbnails do not generate while inside of zip/cbz structures as you can see below. The zip files in this example all contain the exact same image of their corresponding format. If a working format is added to the zip, it will automatically update the thumbnail to use the first file that is supported as expected.
Solution
Assuming that the problem lies in the zip forgetting to search for .webp as a thumbnail option, it should be included. Here's an example from my File Explorer:
Alternatives
No response