mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
1f9c7ae9c3
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Lena Pastwa <126529524+acuteenvy@users.noreply.github.com>
332 B
332 B
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}}