Tristan Gutsche on  wrote...
| Is there a way of changing the Logging status in imagemagick after its
| installed?
|
Logging Status???  In what way?  Using what aspect?  With what API?

In the command line you have
   -quite   Don't report any errors or warnings
   -verbose  Report extra info on some complex operations. Especially
             for the expandsion of information from the "info:" and
             "identify" outputs.
   -regard-warnings
             Treat any warning from librarys as fatal, and return a error
             status for the command.

  -debug     Report exactly what IM is doing, especially during initialization
             'configure'  return the actual arguments IM recieved.
                     Especially useful when debuging calls from another
                     language that may, or may not be parsed by a shell.

  -monitor   report the percentage for loads and saves of images
             API: SetImageInfoProgressMonitor() or SetImageProgressMonitor()

The + forms of the options inverts the Operational setting

It would be nice to have an option to turn off warnings (like missed
crops or zero sized 'layers').   But still report errors like missing
files or write failures.


  Anthony Thyssen ( System Programmer )    <[EMAIL PROTECTED]>
 -----------------------------------------------------------------------------
   Our continuing mission: To seek out knowledge of C, to explore strange
   UNIX commands and to boldly code where no one has manpage 4... 
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to