kanryu / quickviewer

A image/comic viewer application for Windows, Mac and Linux, it can show images very fast
https://kanryu.github.io/quickviewer/
GNU General Public License v3.0
535 stars 63 forks source link

Feature request: Support for BPG (Better Portable Graphics) #156

Open tomchr9 opened 4 years ago

tomchr9 commented 4 years ago

Please consider adding support for BPG (Better Portable Graphics) as it is an open format. Thanks :-)

kanryu commented 4 years ago

BPG is based on High Efficiency Video Coding (HEVC, H.265) technology, and these patent issues have not been cleared. I think it's a bad problem for open source programs. (Open source can only solve copyright problems, patent rights cannot conflict)

Hrxn commented 4 years ago

Will probably not be needed anyway, AVIF might be the better alternative.

novomesk commented 3 years ago

@tomchr9 quickviewer is a Qt applications and Qt applications can potentially open any imageformat if there is a corresponding Qt plugin available. I saw that someone created such plugin http://vr5.narod.ru/qt/bpg/index.html If you can compile and install the plug-in, you should be able to open the BPG images.