nconvert.exe -help wrote:Code: Select all
-compare filename method : Compare with this image, method (red, red_only)
What does the "-compare" option do?
What does the "-compare" option do?
Re: What does the "-compare" option do?
output pixels difference between 2 images (need to be same size)
			
			
									
						
							Pierre.
			
						Re: What does the "-compare" option do?
xnview wrote: Wed Feb 03, 2021 7:09 amoutput pixels difference between 2 images (need to be same size)
 I was hoping for something like this to be implemented, but I can't get it to work.
 I was hoping for something like this to be implemented, but I can't get it to work.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.pngRe: 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.pngPierre.
			
						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

