# man > ppmspread(1)

> **TLDR:** Displace the pixels in a PPM image by a randomized amount.
>
- 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}}`

*Source: tldr-pages*

---

[ppmspread(1)](https://www.chedong.com/phpMan.php/man/ppmspread/1/markdown)                           General Commands Manual                          [ppmspread(1)](https://www.chedong.com/phpMan.php/man/ppmspread/1/markdown)



## NAME
       ppmspread - displace a portable pixmap's pixels by a random amount

## SYNOPSIS
       ppmspread _amount_ [_ppmfile_]

## DESCRIPTION
       Reads a portable pixmap as input. Moves every pixel around a bit relative to its original po‐
       sition. amount determines by how many pixels a pixel is to be moved around at most.

       Pictures processed with this filter will seem to be somewhat  dissolved  or  unfocussed  (al‐
       though they appear more coarse than images processed by something like _pnmconvol_ ).

## SEE ALSO
       [ppm(5)](https://www.chedong.com/phpMan.php/man/ppm/5/markdown), [pnmconvol(1)](https://www.chedong.com/phpMan.php/man/pnmconvol/1/markdown)

## AUTHOR
       Copyright (C) 1993 by Frank Neumann



                                          16 November 1993                              [ppmspread(1)](https://www.chedong.com/phpMan.php/man/ppmspread/1/markdown)
