Text only
|
Text with Images
ExifTool Forum
ExifTool => Bug Reports / Feature Requests => Topic started by: ankutsa on October 13, 2013, 01:04:43 PM
Title:
Exiftool writes non-error messages to stderr
Post by:
ankutsa
on
October 13, 2013, 01:04:43 PM
For example things like "3 image files read".
These are not errors, and it confuses my PHP application, which is supposed to throw exceptions if stderr is not empty
Title:
Re: Exiftool writes non-error messages to stderr
Post by:
Phil Harvey
on
October 14, 2013, 08:50:54 AM
Try adding the
-q
option to the command.
- Phil
Title:
Re: Exiftool writes non-error messages to stderr
Post by:
ankutsa
on
October 15, 2013, 08:07:03 AM
That did it. Thank you!
Text only
|
Text with Images