2025-03-14 21:59:59 -06:00
|
|
|
# diffimg
|
|
|
|
|
|
|
|
|
|
> Calculate intersection between two images.
|
2025-05-08 12:26:01 -06:00
|
|
|
> Note: The supported extensions are `.png`, `.gif`, `.jpg`, `.ps`.
|
2025-03-14 21:59:59 -06:00
|
|
|
> 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}}`
|