Search found 6 matches

by mrinmay
2018-04-26T23:50:04-07:00
Forum: Bugs
Topic: RESOLVED
Replies: 0
Views: 18679

RESOLVED

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.
by mrinmay
2018-04-26T16:21:15-07:00
Forum: Users
Topic: "missing image filename" error from compare program
Replies: 15
Views: 29683

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.
by mrinmay
2018-04-25T16:03:38-07:00
Forum: Users
Topic: "missing image filename" error from compare program
Replies: 15
Views: 29683

Re: "missing image filename" error from compare program

Any suggestions @fmw2 kindly?
by mrinmay
2018-04-25T15:18:14-07:00
Forum: Bugs
Topic: Error : Image not Found
Replies: 2
Views: 7883

Re: Error : Image not Found

How do I delete this post?
by mrinmay
2018-04-25T15:16:24-07:00
Forum: Users
Topic: "missing image filename" error from compare program
Replies: 15
Views: 29683

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 ...
by mrinmay
2018-04-25T14:37:52-07:00
Forum: Users
Topic: "missing image filename" error from compare program
Replies: 15
Views: 29683

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 ...