Hello,
I am not sure why output of imagemagick command is not getting redirected to a file
eg-
magick compare -metric MSE $file1 $file2 null >> $file
even though output is displayed on screen
please check
thanks.
Search found 6 matches
- 2018-04-26T16:21:15-07:00
- Forum: Users
- Topic: "missing image filename" error from compare program
- Replies: 15
- Views: 20609
Re: "missing image filename" error from compare program
Hello @fmw2
I am trying to send output of the command from shell to a file
how do I do that? Can you help?
magick compare -metric MSE $f1 $f2 NULL: >> /file
does not work.
I am trying to send output of the command from shell to a file
how do I do that? Can you help?
magick compare -metric MSE $f1 $f2 NULL: >> /file
does not work.
- 2018-04-25T16:03:38-07:00
- Forum: Users
- Topic: "missing image filename" error from compare program
- Replies: 15
- Views: 20609
Re: "missing image filename" error from compare program
Any suggestions @fmw2 kindly?
- 2018-04-25T15:18:14-07:00
- Forum: Bugs
- Topic: Error : Image not Found
- Replies: 2
- Views: 7153
Re: Error : Image not Found
How do I delete this post?
- 2018-04-25T15:16:24-07:00
- Forum: Users
- Topic: "missing image filename" error from compare program
- Replies: 15
- Views: 20609
Re: "missing image filename" error from compare program
I get the same error when running from inside bin folder (permissions are a+x) ./magick ./compare ./bag_frame1.gif ./bag_frame2.gif x: dyld: Library not loaded: /ImageMagick-7.0.7/lib/libMagickCore-7.Q16HDRI.5.dylib Referenced from: /Users/mrinmaykalita/Downloads/ImageMagick-7.0.7/bin/./magick ...
- 2018-04-25T14:37:52-07:00
- Forum: Users
- Topic: "missing image filename" error from compare program
- Replies: 15
- Views: 20609
Re: "missing image filename" error from compare program
I am getting a similar error ./compare ./bag_frame1.gif ./bag_frame2.gif x: dyld: Library not loaded: /ImageMagick-7.0.7/lib/libMagickCore-7.Q16HDRI.5.dylib Referenced from: /Users/mrinmaykalita/Downloads/ImageMagick-7.0.7/bin/./compare Reason: image not found Abort trap: 6 also shows for ./compare ...