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
539 stars 65 forks source link

Alpha preview controls #75

Open naNuke opened 6 years ago

naNuke commented 6 years ago

Please add button to toggle display of the alpha channel. Sometimes looking at picture that has specific alpha channel (mostly texture files) makes it almost invisible.

Thanks

kanryu commented 6 years ago

The task is simple, but surprisingly difficult. Because alpha is an attribute that can not be overwritten by QImage / QPixmap and can not be changed with widget options.

However, it will not be impossible to realize.