Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Talk:Netpbm

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 2 years ago by AnonMoos in topic Merger proposal

PAM graphics format

[edit]

193.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)Reply

I support this merge. 104.228.101.152 (talk) 15:16, 27 March 2018 (UTC)Reply

Merger proposal

[edit]

I propose Netpbm format be merged into Netpbm. 104.228.101.152 (talk) 13:31, 16 November 2018 (UTC)Reply

  checkY Merge completed Klbrain (talk) 18:49, 27 January 2020 (UTC)Reply

Previous discussion at Talk:Netpbm format... AnonMoos (talk) 08:58, 11 February 2024 (UTC)Reply

Invalid example image

[edit]

I 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)Reply

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)Reply