luejerry / html-mangareader

A lightweight offline CBZ/CBR and image viewer with full continuous scrolling
MIT License
168 stars 15 forks source link

Add support for .webp images #3

Closed ghost closed 4 years ago

ghost commented 4 years ago

If you try to open a .cbz/.cbr file that contains .webp images with this tool, you currently get an error message which says "No image files were found in archive".

The WEBP image format is supported by all modern browsers, so I think that a tool which utilizes a browser to read .cbz/.cbr files should support it as well.

luejerry commented 4 years ago

Thanks for the suggestion! Webp has been enabled as of version 1.3.0 :)

ghost commented 4 years ago

@luejerry Thanks!