Home
last modified time | relevance | path

Searched refs:XMP_OPEN_ONLYXMP (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/py-python-xmp-toolkit/python-xmp-toolkit-2.0.1/libxmp/
H A Dconsts.py47 XMP_OPEN_ONLYXMP = 0x00000004 #< Only the XMP is wanted, allows space/time optimizations. variable
309 'open_onlyxmp' : XMP_OPEN_ONLYXMP,
/dports/textproc/exempi/exempi-2.5.2/exempi/
H A Dmain.cpp242 (no_reconcile ? XMP_OPEN_ONLYXMP : 0)))); in get_xmp_from_file()
313 (no_reconcile ? XMP_OPEN_ONLYXMP : 0)))); in set_xmp_prop()
H A Dxmp.h61 XMP_OPEN_ONLYXMP = 0x00000004, /**< Only the XMP is wanted, enumerator