set_support_iptc
Description:
[
Version ( since =
"3.0" ) ]
public void set_support_iptc (
bool supports)
Determine whether this supports exporting IPTC data.
By default, it won't (so there is usually no reason to run this function with false).
This will have several consequences:
- Automatically adds a standard argument "include-iptc" in the end of the argument list of this, with
relevant blurb and description.
- If used with other gimp_export_procedure_set_support_*() functions, they will always be ordered the same (the order of the calls
don't matter), keeping all export procedures consistent.
- Generated GimpExportProcedureDialog will contain the metadata options, once again always in the same order and with consistent GUI
style across plug-ins.
- API from [class@ProcedureConfig] will automatically process these properties to decide whether to export a given metadata or not.
By default, the value will be [func@export_iptc].
Parameters:
| this |
a Procedure.
|
| supports |
whether IPTC metadata are supported.
|