You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When filtering from extract to insert, do not use the [--verbose](#verbose)
647
-
option with [--extract tgt3](#extract_tgt3) as this outputs unwanted text.
648
-
649
646
<divid="extract_tgt3">
650
647
651
648
### **-e***tgt3*, **--extract***tgt3*
@@ -663,13 +660,10 @@ Extract target(s) for the [extract](#ex_extract) action. Possible targets are:
663
660
| C | Extract ICC profile, to a file called *\<file\>.icc* (see [ICC PROFILES](#icc_profiles)) |
664
661
| X | Extract metadata to an XMP sidecar file, \<file\>.xmp. Other targets cannot be used with this, as only XMP data is written. Extracted XMP tags include those converted from Exif and IPTC |
665
662
| XX | Extract "raw" metadata to a sidecar file, \<file\>.exv. The remaining targets determine which metadata to include, possible are Exif and IPTC (XMP is always included) |
666
-
| - | Output to stdout (see [--insert tgt2](#insert_tgt2) for an example of this feature) |
663
+
| - | Output to stdout (see [--insert tgt2](#insert_tgt2) for an example of this feature). This argument ignores [--verbose](#verbose)|
667
664
668
665
To extract to a location other than the current directory, use [--location dir](#location_dir).
669
666
670
-
When filtering from extract to insert, do not use the [--verbose](#verbose)
671
-
option with **--extract***tgt3* as this outputs unwanted text.
672
-
673
667
When extracting, the [--Modify cmd](#Modify_cmd) and [--modify cmdfile](#modify_cmdfile)
674
668
options can be used to filter the output (see ['MODIFY' COMMANDS](#modify_cmds)).
675
669
For example, extracting Exif and IPTC "raw" metadata and adding an
0 commit comments