Examples (5)
Generate a left-to-right greyscale map
pgmramp -lr > path/to/output.pgmGenerate a top-to-bottom greyscale map
pgmramp -tb > path/to/output.pgmGenerate a rectangular greyscale map
pgmramp -rectangle > path/to/output.pgmGenerate an elliptical greyscale map
pgmramp -ellipse path/to/image.pgm > path/to/output.pgmGenerate a greyscale map from the top-left corner to the bottom-right corner
pgmramp -diagonal path/to/image.pgm > path/to/output.pgmmade by @shridhargupta | data from tldr-pages