Page 1 of 1

Re: Compare not returning anything

Posted: 2008-02-05T10:38:58-07:00
by magick
ImageMagick sends messages to stderr to permit a user to redirect their images to one file and metadata information to another. Here compare redirects the difference image to another process and displays the metric to the terminal:
  • -> compare -metric mae image.png reconstruction.png - | convert - -resize 50% difference.png
    342.782 (0.00523051)