openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
picexif.h File Reference
#include <stdlib.h>
#include <memory.h>
#include <string.h>
#include <stdio.h>

Go to the source code of this file.

Classes

struct  tag_ExifInfo
 
class  Cexif
 

Macros

#define MAX_COMMENT   1000
 
#define MAX_SECTIONS   20
 
#define THUMBNAILTMPFILE   "/tmp/.thumbcache"
 

Typedefs

typedef struct tag_ExifInfo EXIFINFO
 

Variables

static const int BytesPerFormat [] = {0,1,1,2,4,8,1,1,2,4,8,4,8}
 

Macro Definition Documentation

◆ MAX_COMMENT

#define MAX_COMMENT   1000

◆ MAX_SECTIONS

#define MAX_SECTIONS   20

◆ THUMBNAILTMPFILE

#define THUMBNAILTMPFILE   "/tmp/.thumbcache"

Typedef Documentation

◆ EXIFINFO

typedef struct tag_ExifInfo EXIFINFO

Variable Documentation

◆ BytesPerFormat

const int BytesPerFormat[] = {0,1,1,2,4,8,1,1,2,4,8,4,8}
static