mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 19:59:27 +00:00
Update cheatsheets
This commit is contained in:
13
tldr/diffimg
Normal file
13
tldr/diffimg
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# diffimg
|
||||
|
||||
> Generate an image where each pixel is the difference between corresponding pixels in the 2 source images.
|
||||
> More information: <https://graphviz.org/pdf/diffimg.1.pdf>.
|
||||
|
||||
- Compare two images and output the difference image to the specified file:
|
||||
|
||||
`diffimg {{path/to/image1}} {{path/to/image2}} {{path/to/output_image}}`
|
||||
Reference in New Issue
Block a user