This article is rated Start-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||
|
The contents of the Netpbm format page were merged into Netpbm on 27 January 2020. For the contribution history and old versions of the redirected page, please see its history; for the discussion at that location, see its talk page. |
PAM graphics format
edit193.85.190.18 suggested to merge PAM to Netpbm format. I'm not sure if that's a good idea for various reasons, e.g., folks used to the traditional concept of PNM don't recognize PAM/P7 as PNM, and in fact P7 does not follow the syntax for P1..P6. PAM is a special later addition to this zoo, PNM "Portable aNy Map" != "Portable Arbitrary Map" PAM, even the FFmpeg documentation confuses this. –Be..anyone 💩 02:31, 14 April 2016 (UTC)
- I support this merge. 104.228.101.152 (talk) 15:16, 27 March 2018 (UTC)
Merger proposal
editI propose Netpbm format be merged into Netpbm. 104.228.101.152 (talk) 13:31, 16 November 2018 (UTC)
- Merger complete. Klbrain (talk) 18:49, 27 January 2020 (UTC)
Previous discussion at Talk:Netpbm format... AnonMoos (talk) 08:58, 11 February 2024 (UTC)
Invalid example image
editI think we should replace this example, because it's invalid. You can only place comments before the MaxVal (the third line in this example) number. 84.0.126.117 (talk) 18:33, 23 April 2021 (UTC)
P3 3 2 255 # The part above is the header # "P3" means this is a RGB color image in ASCII # "3 2" is the width and height of the image in pixels # "255" is the maximum value for each color # The part below is 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
- I fixed it. Bryan Henderson (giraffedata) (talk) 01:13, 4 May 2023 (UTC)