IENT / YUView

The Free and Open Source Cross Platform YUV Viewer with an advanced analytics toolset
http://ient.github.io/YUView
Other
1.88k stars 369 forks source link

Feature: support recognizing *.rgba file (raw RGB with alpha channel) #552

Closed for13to1 closed 9 months ago

for13to1 commented 9 months ago

image

*.rgba file suffix can present raw RGB file with alpha channel. I was comfirmed that YUView support this type raw file with alpha. But the experience of opening files is not smooth, because these extension suffix is not supported.

Like this: image image

After a sort of settings about formats, it finally can be shown on the screen: image

ChristianFeldmann commented 9 months ago

Thx again for the issue. Fixed it a bit differently in https://github.com/IENT/YUView/pull/554.

for13to1 commented 9 months ago

Thx again for the issue. Fixed it a bit differently in #554.

You are welcome. I am glad to see it is merged. Then I can open these type RGBA files more smoothly.