!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

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
Free 13.14 GB of 57.97 GB (22.67%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     exif-format_8h_source.html (11.94 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
EXIF library (libexif) API: libexif/exif-format.h Source File
EXIF library (libexif) API  0.6.21
exif-format.h
Go to the documentation of this file.
1 
4 /*
5  *
6  * Copyright (c) 2001 Lutz Mueller <lutz@users.sourceforge.net>
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the
20  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21  * Boston, MA 02110-1301 USA.
22  */
23 
24 #ifndef __EXIF_FORMAT_H__
25 #define __EXIF_FORMAT_H__
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif /* __cplusplus */
30 
32 typedef enum {
33  EXIF_FORMAT_BYTE = 1,
34  EXIF_FORMAT_ASCII = 2,
35  EXIF_FORMAT_SHORT = 3,
36  EXIF_FORMAT_LONG = 4,
37  EXIF_FORMAT_RATIONAL = 5,
38  EXIF_FORMAT_SBYTE = 6,
39  EXIF_FORMAT_UNDEFINED = 7,
40  EXIF_FORMAT_SSHORT = 8,
41  EXIF_FORMAT_SLONG = 9,
42  EXIF_FORMAT_SRATIONAL = 10,
43  EXIF_FORMAT_FLOAT = 11,
44  EXIF_FORMAT_DOUBLE = 12
45 } ExifFormat;
46 
52 const char *exif_format_get_name (ExifFormat format);
53 
59 unsigned char exif_format_get_size (ExifFormat format);
60 
61 #ifdef __cplusplus
62 }
63 #endif /* __cplusplus */
64 
65 #endif /* __EXIF_FORMAT_H__ */
ExifFormat
EXIF tag data formats.
Definition: exif-format.h:32
const char * exif_format_get_name(ExifFormat format)
Return a textual representation of the given EXIF data type.
Definition: exif-format.c:53
Handling native EXIF data types.
unsigned char exif_format_get_size(ExifFormat format)
Return the raw size of the given EXIF data type.
Definition: exif-format.c:73

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0047 ]--