System Beeps when using Magick++
Posted: 2010-05-31T09:01:52-07:00
I'm using some very simple Magick++ commands:
And I get a system beep each time they're called. (So two beeps total for the above code) This is quite annoying to my co-workers, is there any way to tell Magick++ to be silent?
I'm using Linux (Centos 5). I notice that the import command also produces a beep.
Code: Select all
image.read("x:root");
image.write("test.png");
I'm using Linux (Centos 5). I notice that the import command also produces a beep.