logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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