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

PPM Spread - Displace Image Pixels Randomly | Online Free DevTools by Hexmos

Displace image pixels randomly with PPM Spread. Control the randomization of pixels in PPM images using the command line. Free online tool, no registration required.

ppmspread

Displace the pixels in a PPM image by a randomized amount. More information: https://netpbm.sourceforge.net/doc/ppmspread.html.

  • Displace the pixels in a PPM image by a randomized amount that is at most a:

ppmspread {{a}} {{path/to/input_file.ppm}} > {{path/to/output_file.ppm}}

  • Specify a seed to a the pseudo-random number generator:

ppmspread {{a}} {{path/to/input_file.ppm}} {{[-r|-randomseed]}} {{seed}} > {{path/to/output_file.ppm}}

See Also