/*   GPDriver source img_types.h
 *   $Id: img_types.h 1.3 2004/02/12 18:06:43 root Exp root $
 *
 *   GPDriver - gimp-print based printer spooler for RISC OS
 *   Copyright (C) 2004 Martin Wuerthner
 *
 *   Martin Wuerthner <ro-printing@mw-software.com>
 *   Mannheimer Str. 18, 67655 Kaiserslautern, Germany
 */

/* This file defines the textual equivalents for the image and output types
   defined by Gimp-Print (gimp-print/gimp-print.h). They are used as values
   for the keys ImageType: and OutputType: in the printer-specific configuration
   files created by GPSetup. */

/* NB - these are not user interface representations so they are not to be
        translated */

#define IMAGE_LINE_ART_REP "Line art"
#define IMAGE_SOLID_TONE_REP "Solid tone"
#define IMAGE_CONTINUOUS_REP "Continuous"

#define OUTPUT_GRAY_REP "Gray"
#define OUTPUT_COLOR_REP "Color"
#define OUTPUT_MONOCHROME_REP "Monochrome"
