Replies: 2 comments 6 replies
-
Hi @4lch, It should work now I think:
What libvips version are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi John, and thanks for the speedy reply ! |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello !
I have recently found myself working with PPM (color) and PGM (mono) images. As they share the exact same structure with only the magic number differing, there is a generic file format named PNM (Portable aNy Map) that relies on the software to check the magick number to determine the number of bands in the image. ImageMagick supports this format out of the box for example.
As Vips already supports PPM and PGM (as well as PBM ?), I feel like this could be useful and probably not too hard to implement for the odd use case in which it is more convenient to use a unified extension.
Thanks in advance for the consideration ! :)
Beta Was this translation helpful? Give feedback.
All reactions