Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-13 00:20:52 +00:00
parent c8f7023029
commit 1111290472
20 changed files with 504 additions and 1 deletions

13
tldr/diffimg Normal file
View 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}}`