struct imageFormat { imageFormat(const char *f, const char *t, const char *e) { format = f; title = t, extension = e;} const char *format; const char *title; const char *extension; };