1.1 --- a/src/main.c Wed Aug 05 15:15:47 2009 +0100 1.2 +++ b/src/main.c Wed Aug 05 16:03:03 2009 +0100 1.3 @@ -75,6 +75,10 @@ 1.4 gdImagePng(im, fp); 1.5 fclose(fp); 1.6 1.7 + // Set job options 1.8 + pt_SetOption(dev, PT_OPTION_AUTOCUT, 1); 1.9 + pt_SetOption(dev, PT_OPTION_MIRROR, 1); 1.10 + 1.11 // Print the label 1.12 printf("Print state code: %d\n", pt_Print(dev, &im, 1)); 1.13