Compare not returning anything

ImageMagickObject is a Windows COM+ interface to ImageMagick. COM+, Visual Basic, and Delphi users should post to this discussion group.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Compare not returning anything

Post 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)
Post Reply