workhorsy / comic_book_reader

A browser based touch friendly comic book reader
GNU Affero General Public License v3.0
21 stars 7 forks source link

Add 7zip support (cb7 file) #83

Open workhorsy opened 8 years ago

workhorsy commented 8 years ago

Find a library that can open 7zip files, or compile 7zip with Emscripten/WebAssembly.

workhorsy commented 8 years ago

It is important to remember that 7z is just a container. The actual compression can be LZMA, LZMA2, PPMd, or BZip2. All of which will have to be supported.