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 Greyscale Map - pgmramp | Online Free DevTools by Hexmos

Generate a greyscale image map with pgmramp. Create various greyscale gradients and patterns using command-line options. Free online tool, no registration required.

pgmramp

Generate a greyscale map. More information: https://netpbm.sourceforge.net/doc/pgmramp.html.

  • Generate a left-to-right greyscale map:

pgmramp -lr > {{path/to/output.pgm}}

  • Generate a top-to-bottom greyscale map:

pgmramp -tb > {{path/to/output.pgm}}

  • Generate a rectangular greyscale map:

pgmramp -rectangle > {{path/to/output.pgm}}

  • Generate a elliptical greyscale map:

pgmramp -ellipse {{path/to/image.pgm}} > {{path/to/output.pgm}}

  • Generate a greyscale map from the top-left corner to the bottom-right corner:

pgmramp -diagonal {{path/to/image.pgm}} > {{path/to/output.pgm}}

See Also