logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Generate PPM Globe - Create Spherical Images | Online Free DevTools by Hexmos

Generate PPM Globe images with ppmglobe. Transform images into strips for spherical mapping using this command line tool. Free online tool, no registration required.

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}}

See Also