Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
khavish
Posts: 12 Joined: 2017-10-27T07:37:54-07:00
Authentication code: 1151
Post
by khavish » 2017-11-14T10:34:43-07:00
I don't get all the compare metric as stated in the documentation
https://www.imagemagick.org/script/comm ... php#metric
compare -list metric
Code: Select all
AE
Fuzz
MAE
MEPP
MSE
NCC
PAE
PSNR
RMSE
Code: Select all
Version: ImageMagick 6.7.8-9 2016-06-16 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
I need SSIM and DSSIM , what is the version of IM 6.x that i will need to install
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2017-11-14T10:49:51-07:00
See the changelog for IM 7
2017-08-27 7.0.6-10 Cristy <quetzlzacatenango@image...>
Support -metric ssim, structual similarity index.
It was only added to IM 7. No new features are being added to IM 6, only bug fixes.