mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
diffimg: add page (#14105)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
dae6d42732
commit
56a279062b
1 changed files with 9 additions and 0 deletions
9
pages/linux/diffimg.md
Normal file
9
pages/linux/diffimg.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# diffimg
|
||||
|
||||
> Calculate intersection between two images.
|
||||
> Note: the supported extensions are `.png`, `.gif`, `.jpg`, `.ps`.
|
||||
> More information: <https://manned.org/diffimg>.
|
||||
|
||||
- Calculate the intersection between images and output an image where each pixel is the difference between corresponding pixels in input images:
|
||||
|
||||
`diffimg {{path/to/input_image1.ext}} {{path/to/input_image2.ext}} {{path/to/output_image.ext}}`
|
Loading…
Add table
Reference in a new issue