[magick-users] Logging.
Anthony Thyssen
anthony at griffith.edu.au
Mon Sep 11 22:44:04 CDT 2006
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 ) <A.Thyssen at griffith.edu.au>
-----------------------------------------------------------------------------
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/
More information about the Magick-users
mailing list