1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:42:08 +02:00
tldr/pages/common/ppmglobe.md
Antti Savolainen 7f290aebc8 batch2
2025-03-28 17:04:07 +02:00

504 B

ppmglobe

Generate strips of an image suitable to be glued onto a sphere. See also: pnmmercator. More information: https://netpbm.sourceforge.net/doc/ppmglobe.html.

  • Transform an image to strips that can be cut out and glues onto a sphere:

ppmglobe {{number_of_strips}} {{path/to/image.ppm}} > {{path/to/output.ppm}}

  • Use the specified color for the areas between the strips:

ppmglobe {{[-b|-background]}} {{red}} {{number_of_strips}} {{path/to/image.ppm}} > {{path/to/output.ppm}}