1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-08 07:46:04 +02:00
tldr/pages/linux/diffimg.md
Managor 5305776d45
*: capitalize the first letter after "Note:" (#16226)
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-05-04 05:15:17 +03:00

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