Hello,
I'm trying to use VLC to open .pbm (NetPBM) files and I'm getting an error:
[00007fbe0d6470a0] main image decoder error: no suitable decoder module for fourcc `pnm '. VLC probably does not support this image format.
[00007fbe0fcf56c0] main decoder error: Codec `pnm ' (Portable Anymap Image) is not supported.
Which implies that it can't open that file format even the documentation for Image demuxer says it's supported:
https://wiki.videolan.org/Image/
I've confirmed the file is in the correct format (it's not corrupted or anything and works with other image viewers). I only have a Mac so I can't test if this problem exists in other build and I can't find any bug reports or other issues in the forum related to this file format.
Any suggestions for troubleshooting and ultimately being able to view NetPBM files?
Thanks.