23 #ifndef _LAX_IMAGE_INFO_H
24 #define _LAX_IMAGE_INFO_H
26 #include <lax/anobject.h>
27 #include <lax/tagged.h>
32 #define IMAGEINFO_FILE (1<<0)
33 #define IMAGEINFO_PREVIEW (1<<1)
34 #define IMAGEINFO_TITLE (1<<2)
35 #define IMAGEINFO_DESCRIPTION (1<<3)
36 #define IMAGEINFO_TAGS (1<<4)
50 ImageInfo(
const char *f,
const char *p,
const char *t,
const char *d,
int pf);
Mon Feb 17 2014 11:52:56, Laxkit