#include int main(int argc, char* argv[]) { creaImageIO::Gimmick g; if (!g.Initialize()) return 1; if (!g.Finalize()) return 1; return 0; }