1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 15:19:43 +01:00
tldr/pages/linux/diffimg.md
Wiktor Perskawiec 56a279062b
diffimg: add page (#14105)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-10-11 23:04:30 +05:30

418 B

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}}