Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist.mak
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ else
SYMFILE :=
endif

BINARIES = $(MAINBIN) castool chdman floptool imgtool jedutil ldresample ldverify nltool nlwav romcmp unidasm
BINARIES = $(MAINBIN) castool chdman floptool imgtool jedutil ldresample ldverify nltool nlwav pngcmp romcmp unidasm
SIMPLE_DIRS := ctrlr docs/legal docs/man docs/swlist hash ini/examples ini/presets
LOCALISATIONS := $(wildcard language/*/*.mo)
COPIED_FILES := COPYING uismall.bdf roms/dir.txt $(foreach DIR,$(SIMPLE_DIRS),$(wildcard $(DIR)/*)) language/LICENSE language/README.md $(LOCALISATIONS)
Expand Down
36 changes: 36 additions & 0 deletions docs/man/pngcmp.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
.\" -*- nroff -*-
.\"
.\" pngcmp.1
.\"
.\" Man page created from usage info.
.\"
.\" References
.\" http://www.mame.net/mamefaq.html
.\"
.TH PNGCMP 1 2026-02-23 0.289 "MAME PNG comparison tool"
.\"
.\" NAME chapter
.SH NAME
pngcmp \- MAME PNG comparison tool
.\"
.\" SYNOPSIS chapter
.SH SYNOPSIS
.B pngcmp
.RI [ png1 ]
.RI [ png2 ]
.RI [ out ]
.\"
.\" DESCRIPTION chapter
.SH DESCRIPTION
\fBpngcmp\fP is a tool developed to display the differences of two PNG images.
.PP
It generates an new images displaying the given PNGs side by side with an
additional image containg the differening pixels.
.\"
.\" EXAMPLES chapter
.SH EXAMPLES
.B romcmp img001.png img001a.png diff.png
.\"
.\" SEE ALSO chapter
.SH SEE ALSO
mame(6)