feh icon indicating copy to clipboard operation
feh copied to clipboard

feh does not open ppm files which use the P3 version

Open wwsmiff opened this issue 1 year ago • 0 comments

source:

P3
3 2 # "3 2" is the width and height of the image in pixels
255 # "255" is the maximum value for each color
# The part above is the header
# # The part below is the image data: RGB triplets
255   0   0  # red
0 255   0  # green
0   0 255  # blue
255 255   0  # yellow
255 255 255  # white
0   0   0  # black

However this file can be opened with ImageMagick.

the error I get is:

feh WARNING: test.ppm - No Imlib2 loader for that file format
feh: No loadable images specified.
See 'man feh' for detailed usage information

Operating System: Solus Linux Feh version: 3.10

wwsmiff avatar May 01 '23 08:05 wwsmiff