nconvert.exe -help wrote:Code: Select all
-compare filename method : Compare with this image, method (red, red_only)
What does the "-compare" option do?
Moderators: XnTriq, helmut, xnview
-
- Moderator & Librarian
- Posts: 6259
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
What does the "-compare" option do?
-
- Author of XnView
- Posts: 42537
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: What does the "-compare" option do?
output pixels difference between 2 images (need to be same size)
Pierre.
-
- Moderator & Librarian
- Posts: 6259
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: What does the "-compare" option do?

How do I tell nConvert to compare (the blue channels of) two images (original.png + edited.png)?
Code: Select all
nconvert.exe -compare edited.png original.png
-
- Author of XnView
- Posts: 42537
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: What does the "-compare" option do?
you can try
only red/red_only as parameters
Code: Select all
nconvert.exe -compare edited.png red original.png
Pierre.
-
- Moderator & Librarian
- Posts: 6259
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: What does the "-compare" option do?
Thanks, Pierre!xnview wrote: ↑Wed Feb 03, 2021 10:39 amyou can tryonly red/red_only as parametersCode: Select all
nconvert.exe -compare edited.png red original.png
You do not have the required permissions to view the files attached to this post.