Search found 3 matches

by 8ifhv
2013-11-14T17:46:54-07:00
Forum: MagickWand
Topic: Command Line Statement to Magickcore Code
Replies: 4
Views: 13965

Re: Command Line Statement to Magickcore Code

Worked. Thanks for the help!
by 8ifhv
2013-11-08T20:55:59-07:00
Forum: MagickWand
Topic: Command Line Statement to Magickcore Code
Replies: 4
Views: 13965

Re: Command Line Statement to Magickcore Code

I'm having trouble getting MagickCore working.

Here's the details with the issue:

http://stackoverflow.com/questions/1987 ... tion-error
by 8ifhv
2013-10-28T19:10:04-07:00
Forum: MagickWand
Topic: Command Line Statement to Magickcore Code
Replies: 4
Views: 13965

Command Line Statement to Magickcore Code

Can someone help me convert this command line statement to magickcore C code:

"compare -metric RMSE image.jpg image2.jpg NULL 2>&1"

I believe I should use CompareImageChannels()?