aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript8-base/Makefile.drivers
blob: cd0027278b5ad3733cfd2cba825c371c8cfadf1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
# $FreeBSD$

OPTIONS_SVGALIB= \
	GS_lvga256 \
	GS_vgalib
OPTIONS_GROUP=	SVGALIB
OPTIONS_GROUP_SVGALIB=	${OPTIONS_SVGALIB}

OPTIONS_ICONV= \
	GS_oprp \
	GS_opvp
OPTIONS_GROUP+=	ICONV
OPTIONS_GROUP_ICONV=	${OPTIONS_ICONV}

OPTIONS_CAIRO= \
	GS_cairo

OPTIONS_CUPS= \
	GS_cups

OPTIONS_DEFINE+= \
	${OPTIONS_CAIRO} \
	${OPTIONS_CUPS} \
	GS_display \
	GS_omni \
	GS_md2k \
	GS_md5k \
	GS_md50Mono \
	GS_md50Eco \
	GS_md1xMono \
	GS_appledmp \
	GS_iwhi \
	GS_iwlo \
	GS_iwlq \
	GS_hl7x0 \
	GS_hl1240 \
	GS_hl1250 \
	GS_bj10e \
	GS_bj10v \
	GS_bj10vh \
	GS_bj200 \
	GS_bjc600 \
	GS_bjc800 \
	GS_bjccmyk \
	GS_bjccolor \
	GS_bjcgray \
	GS_bjcmono \
	GS_lbp8 \
	GS_lbp310 \
	GS_lbp320 \
	GS_lips2p \
	GS_lips3 \
	GS_lips4 \
	GS_bjc880j \
	GS_lips4v \
	GS_m8510 \
	GS_coslw2p \
	GS_coslwxl \
	GS_uniprint \
	GS_dmprt \
	GS_dl2100 \
	GS_la50 \
	GS_la70 \
	GS_la75 \
	GS_la75plus \
	GS_ln03 \
	GS_lj250 \
	GS_declj250 \
	GS_ap3250 \
	GS_epson \
	GS_eps9mid \
	GS_eps9high \
	GS_lp8000 \
	GS_epag \
	GS_escpage \
	GS_lp2000 \
	GS_alc8600 \
	GS_alc8500 \
	GS_alc2000 \
	GS_alc4000 \
	GS_alc1900 \
	GS_alc4100 \
	GS_lp9800c \
	GS_lp9000c \
	GS_lp9500c \
	GS_lp8800c \
	GS_lp8300c \
	GS_lp8500c \
	GS_lp3000c \
	GS_lp8200c \
	GS_lp8000c \
	GS_eplmono \
	GS_eplcolor \
	GS_epl6100 \
	GS_epl5900 \
	GS_epl5800 \
	GS_epl2050 \
	GS_epl2050p \
	GS_epl2120 \
	GS_epl2500 \
	GS_epl2750 \
	GS_lp9000b \
	GS_lp2500 \
	GS_lp9100 \
	GS_lp7900 \
	GS_lp7500 \
	GS_lp2400 \
	GS_lp2200 \
	GS_lp9400 \
	GS_lp8900 \
	GS_lp8700 \
	GS_lp8100 \
	GS_lp7700 \
	GS_lp8600f \
	GS_lp8400f \
	GS_lp8300f \
	GS_lp1900 \
	GS_lp9600s \
	GS_lp9300 \
	GS_lp9600 \
	GS_lp8600 \
	GS_lp1800 \
	GS_lq850 \
	GS_epsonc \
	GS_mj700v2c \
	GS_mj500c \
	GS_mj6000c \
	GS_mj8000c \
	GS_st800 \
	GS_stcolor \
	GS_photoex \
	GS_fmlbp \
	GS_fmpr \
	GS_lp2563 \
	GS_cdnj500 \
	GS_dnj650c \
	GS_deskjet \
	GS_djet500 \
	GS_cdeskjet \
	GS_djet500c \
	GS_cdjcolor \
	GS_cdjmono \
	GS_cdj500 \
	GS_cdj550 \
	GS_dj505j \
	GS_cdj670 \
	GS_cdj850 \
	GS_cdj880 \
	GS_cdj890 \
	GS_cdj1600 \
	GS_chp2200 \
	GS_cdj970 \
	GS_laserjet \
	GS_ljetplus \
	GS_ljet2p \
	GS_ljet3 \
	GS_ljet3d \
	GS_ljet4 \
	GS_ljet4d \
	GS_lj4dith \
	GS_ljet4pjl \
	GS_lj4dithp \
	GS_cljet5 \
	GS_cljet5c \
	GS_cljet5pr \
	GS_lj5mono \
	GS_lj5gray \
	GS_pj \
	GS_pjetxl \
	GS_pjxl \
	GS_paintjet \
	GS_pjxl300 \
	GS_pxlmono \
	GS_pxlcolor \
	GS_pcl3 \
	GS_ijs \
	GS_ibmpro \
	GS_jetp3852 \
	GS_imagen \
	GS_fs600 \
	GS_lxm5700m \
	GS_lxm3200 \
	GS_lx5000 \
	GS_lex2050 \
	GS_lex3200 \
	GS_lex5700 \
	GS_lex7000 \
	GS_cp50 \
	GS_pr1000 \
	GS_pr1000_4 \
	GS_pr150 \
	GS_pr201 \
	GS_picty180 \
	GS_necp6 \
	GS_npdl \
	GS_oce9050 \
	GS_oki182 \
	GS_okiibm \
	GS_ml600 \
	GS_oki4w \
	GS_atx23 \
	GS_atx24 \
	GS_atx38 \
	GS_r4081 \
	GS_rpdl \
	GS_gdi \
	GS_jj100 \
	GS_sj48 \
	GS_t4693d2 \
	GS_t4693d4 \
	GS_t4693d8 \
	GS_tek4696 \
	GS_xes \
	GS_bmpmono \
	GS_bmpgray \
	GS_bmp16 \
	GS_bmp256 \
	GS_bmp16m \
	GS_bmp32b \
	GS_bmpsep1 \
	GS_bmpsep8 \
	GS_ccr \
	GS_cgmmono \
	GS_cgm8 \
	GS_cgm24 \
	GS_cif \
	GS_dfaxhigh \
	GS_dfaxlow \
	GS_xcf \
	GS_xcfcmyk \
	GS_faxg3 \
	GS_faxg32d \
	GS_faxg4 \
	GS_miff24 \
	GS_inferno \
	GS_jpeg \
	GS_jpeggray \
	GS_mag16 \
	GS_mag256 \
	GS_mgrmono \
	GS_mgrgray2 \
	GS_mgrgray4 \
	GS_mgrgray8 \
	GS_mgr4 \
	GS_mgr8 \
	GS_pcxmono \
	GS_pcxgray \
	GS_pcx16 \
	GS_pcx256 \
	GS_pcx24b \
	GS_pcxcmyk \
	GS_pdfwrite \
	GS_psdrgb \
	GS_psdcmyk \
	GS_bit \
	GS_bitrgb \
	GS_bitcmyk \
	GS_plan9bm \
	GS_pam \
	GS_pbm \
	GS_pbmraw \
	GS_pgm \
	GS_pgmraw \
	GS_pgnm \
	GS_pgnmraw \
	GS_pnm \
	GS_pnmraw \
	GS_ppm \
	GS_ppmraw \
	GS_pkm \
	GS_pkmraw \
	GS_pksm \
	GS_pksmraw \
	GS_pngmono \
	GS_pnggray \
	GS_png16 \
	GS_png256 \
	GS_png16m \
	GS_pngalpha \
	GS_png48 \
	GS_psmono \
	GS_psgray \
	GS_psrgb \
	GS_pswrite \
	GS_ps2write \
	GS_epswrite \
	GS_cfax \
	GS_sgirgb \
	GS_sunhmono \
	GS_svgwrite \
	GS_tiffcrle \
	GS_tiffg3 \
	GS_tiffg32d \
	GS_tiffg4 \
	GS_tiffgray \
	GS_tiff12nc \
	GS_tiff24nc \
	GS_tiff32nc \
	GS_tiffsep \
	GS_tifflzw \
	GS_tiffpack \
	GS_bbox \
	GS_devicen \
	GS_perm \
	GS_spotcmyk \
	GS_imdi \
	GS_wtsimdi \
	GS_wtscmyk

OPTIONS_DEFAULT+= \
	${OPTIONS_SVGALIB} \
	${OPTIONS_ICONV} \
	${OPTIONS_CAIRO} \
	${OPTIONS_CUPS} \
	GS_display \
	GS_omni \
	GS_md2k \
	GS_md5k \
	GS_md50Mono \
	GS_md50Eco \
	GS_md1xMono \
	GS_appledmp \
	GS_iwhi \
	GS_iwlo \
	GS_iwlq \
	GS_hl7x0 \
	GS_hl1240 \
	GS_hl1250 \
	GS_bj10e \
	GS_bj10v \
	GS_bj10vh \
	GS_bj200 \
	GS_bjc600 \
	GS_bjc800 \
	GS_bjccmyk \
	GS_bjccolor \
	GS_bjcgray \
	GS_bjcmono \
	GS_lbp8 \
	GS_lbp310 \
	GS_lbp320 \
	GS_lips2p \
	GS_lips3 \
	GS_lips4 \
	GS_bjc880j \
	GS_lips4v \
	GS_m8510 \
	GS_coslw2p \
	GS_coslwxl \
	GS_uniprint \
	GS_dmprt \
	GS_dl2100 \
	GS_la50 \
	GS_la70 \
	GS_la75 \
	GS_la75plus \
	GS_ln03 \
	GS_lj250 \
	GS_declj250 \
	GS_ap3250 \
	GS_epson \
	GS_eps9mid \
	GS_eps9high \
	GS_lp8000 \
	GS_epag \
	GS_escpage \
	GS_lp2000 \
	GS_alc8600 \
	GS_alc8500 \
	GS_alc2000 \
	GS_alc4000 \
	GS_alc1900 \
	GS_alc4100 \
	GS_lp9800c \
	GS_lp9000c \
	GS_lp9500c \
	GS_lp8800c \
	GS_lp8300c \
	GS_lp8500c \
	GS_lp3000c \
	GS_lp8200c \
	GS_lp8000c \
	GS_eplmono \
	GS_eplcolor \
	GS_epl6100 \
	GS_epl5900 \
	GS_epl5800 \
	GS_epl2050 \
	GS_epl2050p \
	GS_epl2120 \
	GS_epl2500 \
	GS_epl2750 \
	GS_lp9000b \
	GS_lp2500 \
	GS_lp9100 \
	GS_lp7900 \
	GS_lp7500 \
	GS_lp2400 \
	GS_lp2200 \
	GS_lp9400 \
	GS_lp8900 \
	GS_lp8700 \
	GS_lp8100 \
	GS_lp7700 \
	GS_lp8600f \
	GS_lp8400f \
	GS_lp8300f \
	GS_lp1900 \
	GS_lp9600s \
	GS_lp9300 \
	GS_lp9600 \
	GS_lp8600 \
	GS_lp1800 \
	GS_lq850 \
	GS_epsonc \
	GS_mj700v2c \
	GS_mj500c \
	GS_mj6000c \
	GS_mj8000c \
	GS_st800 \
	GS_stcolor \
	GS_photoex \
	GS_fmlbp \
	GS_fmpr \
	GS_lp2563 \
	GS_cdnj500 \
	GS_dnj650c \
	GS_deskjet \
	GS_djet500 \
	GS_cdeskjet \
	GS_djet500c \
	GS_cdjcolor \
	GS_cdjmono \
	GS_cdj500 \
	GS_cdj550 \
	GS_dj505j \
	GS_cdj670 \
	GS_cdj850 \
	GS_cdj880 \
	GS_cdj890 \
	GS_cdj1600 \
	GS_chp2200 \
	GS_cdj970 \
	GS_laserjet \
	GS_ljetplus \
	GS_ljet2p \
	GS_ljet3 \
	GS_ljet3d \
	GS_ljet4 \
	GS_ljet4d \
	GS_lj4dith \
	GS_ljet4pjl \
	GS_lj4dithp \
	GS_cljet5 \
	GS_cljet5c \
	GS_cljet5pr \
	GS_lj5mono \
	GS_lj5gray \
	GS_pj \
	GS_pjetxl \
	GS_pjxl \
	GS_paintjet \
	GS_pjxl300 \
	GS_pxlmono \
	GS_pxlcolor \
	GS_pcl3 \
	GS_ijs \
	GS_ibmpro \
	GS_jetp3852 \
	GS_imagen \
	GS_fs600 \
	GS_lxm5700m \
	GS_lxm3200 \
	GS_lx5000 \
	GS_lex2050 \
	GS_lex3200 \
	GS_lex5700 \
	GS_lex7000 \
	GS_cp50 \
	GS_pr1000 \
	GS_pr1000_4 \
	GS_pr150 \
	GS_pr201 \
	GS_picty180 \
	GS_necp6 \
	GS_npdl \
	GS_oce9050 \
	GS_oki182 \
	GS_okiibm \
	GS_ml600 \
	GS_oki4w \
	GS_atx23 \
	GS_atx24 \
	GS_atx38 \
	GS_r4081 \
	GS_rpdl \
	GS_gdi \
	GS_jj100 \
	GS_sj48 \
	GS_t4693d2 \
	GS_t4693d4 \
	GS_t4693d8 \
	GS_tek4696 \
	GS_xes \
	GS_bmpmono \
	GS_bmpgray \
	GS_bmp16 \
	GS_bmp256 \
	GS_bmp16m \
	GS_bmp32b \
	GS_bmpsep1 \
	GS_bmpsep8 \
	GS_ccr \
	GS_cgmmono \
	GS_cgm8 \
	GS_cgm24 \
	GS_cif \
	GS_dfaxhigh \
	GS_dfaxlow \
	GS_xcf \
	GS_xcfcmyk \
	GS_faxg3 \
	GS_faxg32d \
	GS_faxg4 \
	GS_miff24 \
	GS_inferno \
	GS_jpeg \
	GS_jpeggray \
	GS_mag16 \
	GS_mag256 \
	GS_mgrmono \
	GS_mgrgray2 \
	GS_mgrgray4 \
	GS_mgrgray8 \
	GS_mgr4 \
	GS_mgr8 \
	GS_pcxmono \
	GS_pcxgray \
	GS_pcx16 \
	GS_pcx256 \
	GS_pcx24b \
	GS_pcxcmyk \
	GS_pdfwrite \
	GS_psdrgb \
	GS_psdcmyk \
	GS_bit \
	GS_bitrgb \
	GS_bitcmyk \
	GS_plan9bm \
	GS_pam \
	GS_pbm \
	GS_pbmraw \
	GS_pgm \
	GS_pgmraw \
	GS_pgnm \
	GS_pgnmraw \
	GS_pnm \
	GS_pnmraw \
	GS_ppm \
	GS_ppmraw \
	GS_pkm \
	GS_pkmraw \
	GS_pksm \
	GS_pksmraw \
	GS_pngmono \
	GS_pnggray \
	GS_png16 \
	GS_png256 \
	GS_png16m \
	GS_pngalpha \
	GS_png48 \
	GS_psmono \
	GS_psgray \
	GS_psrgb \
	GS_pswrite \
	GS_ps2write \
	GS_epswrite \
	GS_cfax \
	GS_sgirgb \
	GS_sunhmono \
	GS_svgwrite \
	GS_tiffcrle \
	GS_tiffg3 \
	GS_tiffg32d \
	GS_tiffg4 \
	GS_tiffgray \
	GS_tiff12nc \
	GS_tiff24nc \
	GS_tiff32nc \
	GS_tiffsep \
	GS_tifflzw \
	GS_tiffpack \
	GS_bbox \
	GS_devicen \
	GS_perm \
	GS_spotcmyk \
	GS_imdi \
	GS_wtsimdi \
	GS_wtscmyk

GS_lvga256_DESC=	D: SVGAlib, 256-color VGA modes
GS_vgalib_DESC=		D: SVGAlib, 16-color VGA modes
GS_oprp_DESC=		D: OpenPrinting Raster driver interface
GS_opvp_DESC=		D: OpenPrinting Vecter driver interface
GS_cairo_DESC=		D: cairo driver for PDF, SVG, EPS or PNG files
GS_cups_DESC=		D: CUPS driver
GS_display_DESC=	D: display device for GS shared library
GS_omni_DESC=		D: Omni driver
GS_md2k_DESC=		D: ALPS MD-2000/2010/4000/1300/1500/5000
GS_md5k_DESC=		D: ALPS MD-5000 Eco Mode
GS_md50Mono_DESC=	D: ALPS MD-5000 Monochrome
GS_md50Eco_DESC=	D: ALPS MD-5000 Eco Mode
GS_md1xMono_DESC=	D: ALPS MD-1x00 Monochrome
GS_appledmp_DESC=	D: Apple Dot Matrix Printer/Imagewriter
GS_iwhi_DESC=		D: Apple Imagewriter, high-resolution mode
GS_iwlo_DESC=		D: Apple Imagewriter, low-resolution mode
GS_iwlq_DESC=		D: Apple Imagewriter LQ in 320x216dpi mode
GS_hl7x0_DESC=		D: Brother HL-720/730/760(=PCL), MFC6550MC
GS_hl1240_DESC=		D: Brother HL-1030/1240
GS_hl1250_DESC=		D: Brother HL-1050/1070/1250/1270N
GS_bj10e_DESC=		D: Canon BJ-10e
GS_bj10v_DESC=		D: Canon BJ-10v
GS_bj10vh_DESC=		D: Canon BJ-10v, high-mergin
GS_bj200_DESC=		D: Canon BJ-200/BJC-240(mono)
GS_bjc600_DESC=		D: Canon BJC-600/4xxx/70, StyleWriter 2x00
GS_bjc800_DESC=		D: Canon BJC-240/800
GS_bjccmyk_DESC=	D: Canon BJC-210/240/250/265/1000
GS_bjccolor_DESC=	D: Canon BJC-210/240/250/265/1000 truecolor
GS_bjcgray_DESC=	D: Canon BJC-210/240/250/265/1000 grayscale
GS_bjcmono_DESC=	D: Canon BJC-210/240/250/265/1000 monochrome
GS_lbp8_DESC=		D: Canon LBP-8II
GS_lbp310_DESC=		D: Canon LBP-310
GS_lbp320_DESC=		D: Canon LBP-320 Pro/LBP-350
GS_lips2p_DESC=		D: Canon LIPS II+
GS_lips3_DESC=		D: Canon LIPS III
GS_lips4_DESC=		D: Canon LIPS IV
GS_bjc880j_DESC=	D: Canon LIPS IVc, BJC-680J/880J
GS_lips4v_DESC=		D: Canon LIPS IV, vector output mode
GS_m8510_DESC=		D: C.Itoh M8510 printer
GS_coslw2p_DESC=	D: CoStar LabelWriter II II/Plus
GS_coslwxl_DESC=	D: CoStar LabelWriter XL
GS_uniprint_DESC=	D: Configurable ESC/P,ESC/P2,HP-RTL/PCL,P2X
GS_dmprt_DESC=		D: Configurable dot matrix printer driver
GS_dl2100_DESC=		D: DEC DL2100
GS_la50_DESC=		D: DEC LA50
GS_la70_DESC=		D: DEC LA70
GS_la75_DESC=		D: DEC LA75
GS_la75plus_DESC=	D: DEC LA75+
GS_ln03_DESC=		D: DEC LN03
GS_lj250_DESC=		D: DEC LJ250 Companion color printer
GS_declj250_DESC=	D: DEC LJ250 driver (alternate)
GS_ap3250_DESC=		D: Epson ActionPrinter 3250
GS_epson_DESC=		D: Epson dot matrix, 9/24-pin
GS_eps9mid_DESC=	D: Epson 9-pin, interleaved lines, medium res
GS_eps9high_DESC=	D: Epson 9-pin, interleaved lines, triple res
GS_lp8000_DESC=		D: Epson LP-8000 line printer
GS_epag_DESC=		D: Epson ESC/Page laser printer (generic)
GS_escpage_DESC=	D: Epson ESC/Page laser printer (generic)
GS_lp2000_DESC=		D: Epson LP-2000/3000/7000/7000G laser printer
GS_alc8600_DESC=	D: Epson AL-C8600 color laser printer
GS_alc8500_DESC=	D: Epson AL-C8500 color laser printer
GS_alc2000_DESC=	D: Epson AL-C2000 color laser printer
GS_alc4000_DESC=	D: Epson AL-C4000 color laser printer
GS_alc1900_DESC=	D: Epson AL-C1900 color laser printer
GS_alc4100_DESC=	D: Epson AL-C4100 color laser printer
GS_lp9800c_DESC=	D: Epson LP-9800C color laser printer
GS_lp9000c_DESC=	D: Epson LP-9000C color laser printer
GS_lp9500c_DESC=	D: Epson LP-9500C color laser printer
GS_lp8800c_DESC=	D: Epson LP-8800C color laser printer
GS_lp8300c_DESC=	D: Epson LP-8300C color laser printer
GS_lp8500c_DESC=	D: Epson LP-8500C color laser printer
GS_lp3000c_DESC=	D: Epson LP-3000C color laser printer
GS_lp8200c_DESC=	D: Epson LP-8200C color laser printer
GS_lp8000c_DESC=	D: Epson LP-8000C color laser printer
GS_eplmono_DESC=	D: Epson Esc/Page Generic driver, mono
GS_eplcolor_DESC=	D: Epson Esc/Page Generic driver, color
GS_epl6100_DESC=	D: Epson EPL-6100 laser printer
GS_epl5900_DESC=	D: Epson EPL-5900 laser printer
GS_epl5800_DESC=	D: Epson EPL-5800 laser printer
GS_epl2050_DESC=	D: Epson EPL-N2050 laser printer
GS_epl2050p_DESC=	D: Epson EPL-N2050+ laser printer
GS_epl2120_DESC=	D: Epson EPL-N2120 laser printer
GS_epl2500_DESC=	D: Epson EPL-N2500 laser printer
GS_epl2750_DESC=	D: Epson EPL-N2750 laser printer
GS_lp9000b_DESC=	D: Epson LP-9000B laser printer
GS_lp2500_DESC=		D: Epson LP-2500 laser printer
GS_lp9100_DESC=		D: Epson LP-9100(R) laser printer
GS_lp7900_DESC=		D: Epson LP-7900(R) laser printer
GS_lp7500_DESC=		D: Epson LP-7500(R) laser printer
GS_lp2400_DESC=		D: Epson LP-2400 laser printer
GS_lp2200_DESC=		D: Epson LP-2200 laser printer
GS_lp9400_DESC=		D: Epson LP-9400(R) laser printer
GS_lp8900_DESC=		D: Epson LP-8900(R) laser printer
GS_lp8700_DESC=		D: Epson LP-8700(R) laser printer
GS_lp8100_DESC=		D: Epson LP-8100(R) laser printer
GS_lp7700_DESC=		D: Epson LP-7700(R) laser printer
GS_lp8600f_DESC=	D: Epson LP-8600FX(N) laser printer
GS_lp8400f_DESC=	D: Epson LP-8400FX(N) laser printer
GS_lp8300f_DESC=	D: Epson LP-8300F laser printer
GS_lp1900_DESC=		D: Epson LP-1900(N) laser printer
GS_lp9600s_DESC=	D: Epson LP-9600S laser printer
GS_lp9300_DESC=		D: Epson LP-9300 laser printer
GS_lp9600_DESC=		D: Epson LP-9600 laser printer
GS_lp8600_DESC=		D: Epson LP-8600FX(N) laser printer
GS_lp1800_DESC=		D: Epson LP-1800 laser printer
GS_lq850_DESC=		D: Epson LQ-850 (360x360, emul on Canon BJ300)
GS_epsonc_DESC=		D: Epson LQ-2550, Fujitsu 3400/2400/1200 color
GS_mj700v2c_DESC=	D: Epson MachJet series, CMYK
GS_mj500c_DESC=		D: Epson MachJet MJ-500C 360dpi, CMY/mono
GS_mj6000c_DESC=	D: Epson MachJet MJ-830C/930C/6000C
GS_mj8000c_DESC=	D: Epson MachJet MJ-8000C
GS_st800_DESC=		D: Epson Stylus 800 printer
GS_stcolor_DESC=	D: Epson Stylus Color and II/IIs/1500
GS_photoex_DESC=	D: Epson Stylus Color Photo/Photo EX/Photo 700
GS_fmlbp_DESC=		D: Fujitsu contrib2xx Page Printer
GS_fmpr_DESC=		D: Fujitsu contrib
GS_lp2563_DESC=		D: HP 2563B line printer
GS_cdnj500_DESC=	D: HP DesignJet 500
GS_dnj650c_DESC=	D: HP DesignJet 650C
GS_deskjet_DESC=	D: HP DeskJet and DeskJet Plus
GS_djet500_DESC=	D: HP DeskJet 500 (for DeskJet 600 use -r600)
GS_cdeskjet_DESC=	D: HP DeskJet 500C (1b/px)
GS_djet500c_DESC=	D: HP DeskJet 500C (alternative)
GS_cdjcolor_DESC=	D: HP DeskJet 500C/540C (24b/px)
GS_cdjmono_DESC=	D: HP DeskJet 500/510/520/540C (mono)
GS_cdj500_DESC=		D: HP DeskJet 500/540C (same as cdjcolor)
GS_cdj550_DESC=		D: HP DeskJet 550C/560C/660C/660Cse
GS_dj505j_DESC=		D: HP DeskJet 505J
GS_cdj670_DESC=		D: HP DeskJet 670/690
GS_cdj850_DESC=		D: HP DeskJet 850/855/870/1100
GS_cdj880_DESC=		D: HP DeskJet 880
GS_cdj890_DESC=		D: HP DeskJet 890
GS_cdj1600_DESC=	D: HP DeskJet 1600
GS_chp2200_DESC=	D: HP Business Inkjet 2200
GS_cdj970_DESC=		D: HP DeskJet 970CXi
GS_laserjet_DESC=	D: HP LaserJet
GS_ljetplus_DESC=	D: HP LaserJet Plus
GS_ljet2p_DESC=		D: HP LaserJet IId/IIp/III* (TIFF compression)
GS_ljet3_DESC=		D: HP LaserJet III* (Delta Row compression)
GS_ljet3d_DESC=		D: HP LaserJet IIID (duplex capability)
GS_ljet4_DESC=		D: HP LaserJet 4/5L/5P (not real LJ5), 600dpi
GS_ljet4d_DESC=		D: HP LaserJet 4 (duplex + 600dpi)
GS_lj4dith_DESC=	D: HP LaserJet 4 (Floyd-Steinberg dithering)
GS_ljet4pjl_DESC=	D: HP LaserJet 4V/4LJ Pro
GS_lj4dithp_DESC=	D: HP LaserJet 4V/4LJ Pro (dithering)
GS_cljet5_DESC=		D: HP LaserJet 5/5M Color (new)
GS_cljet5c_DESC=	D: HP LaserJet 5/5M Color Simple
GS_cljet5pr_DESC=	D: HP LaserJet 5/5M Color (old)
GS_lj5mono_DESC=	D: HP LaserJet 5/6 (PCL5/PCL XL), bitmap
GS_lj5gray_DESC=	D: HP LaserJet 5/6 gray-scale bitmap
GS_pj_DESC=		D: HP PaintJet XL driver
GS_pjetxl_DESC=		D: HP PaintJet XL driver (alternate)
GS_pjxl_DESC=		D: HP PaintJet XL color printer
GS_paintjet_DESC=	D: HP PaintJet color printer (alternate)
GS_pjxl300_DESC=	D: HP PaintJet XL300, DeskJet 1200C, CopyJet
GS_pxlmono_DESC=	D: HP PCL XL mono (LaserJet 5/6 family)
GS_pxlcolor_DESC=	D: HP PCL XL color (Color LaserJet 4500/5000)
GS_pcl3_DESC=		D: HP PCL 3+ (generic)
GS_ijs_DESC=		D: HP Inkjet and other raster devices
GS_ibmpro_DESC=		D: IBM 9-pin Proprinter
GS_jetp3852_DESC=	D: IBM Jetprinter ink-jet color (Model \#3852)
GS_imagen_DESC=		D: Imagen ImPress printers
GS_fs600_DESC=		D: Kyocera FS-600 (600 dpi)
GS_lxm5700m_DESC=	D: Lexmark 5700 monotone
GS_lxm3200_DESC=	D: Lexmark 3200/Z12/Z22/Z31/Z32
GS_lx5000_DESC=		D: Lexmark 5000/Z51/Z82
GS_lex2050_DESC=	D: Lexmark 2050
GS_lex3200_DESC=	D: Lexmark 3200
GS_lex5700_DESC=	D: Lexmark 5700
GS_lex7000_DESC=	D: Lexmark 7000
GS_cp50_DESC=		D: Mitsubishi CP50 color
GS_pr1000_DESC=		D: NEC PC-PR 1000
GS_pr1000_4_DESC=	D: NEC PC-PR 1000/4
GS_pr150_DESC=		D: NEC PC-PR 150
GS_pr201_DESC=		D: NEC PC-PR 201
GS_picty180_DESC=	D: NEC PICTY 180 (PC-PR101J/180)
GS_necp6_DESC=		D: NEC PinWriter P6/P6+/P60 (360x360)
GS_npdl_DESC=		D: NEC Printer Description Language
GS_oce9050_DESC=	D: OCE 9050 printer
GS_oki182_DESC=		D: Okidata MicroLine 182
GS_okiibm_DESC=		D: Okidata MicroLine IBM-compatible printers
GS_ml600_DESC=		D: Okidata Microline 600CL/620CL
GS_oki4w_DESC=		D: Okidata OkiPage 4w+
GS_atx23_DESC=		D: Practical Automation ATX-23
GS_atx24_DESC=		D: Practical Automation ATX-24
GS_atx38_DESC=		D: Practical Automation ATX-38
GS_r4081_DESC=		D: Ricoh 4081 laser printer
GS_rpdl_DESC=		D: Ricoh Printer Description Language
GS_gdi_DESC=		D: Samsung SmartGDI laser printer
GS_jj100_DESC=		D: Star JJ-100
GS_sj48_DESC=		D: StarJet 48 inkjet printer
GS_t4693d2_DESC=	D: Tektronix 4693d color, 2b/RGB
GS_t4693d4_DESC=	D: Tektronix 4693d color, 4b/RGB
GS_t4693d8_DESC=	D: Tektronix 4693d color, 8b/RGB
GS_tek4696_DESC=	D: Tektronix 4695/4696 inkjet plotter
GS_xes_DESC=		D: Xerox XES (2700, 3700, 4045, etc.)
GS_bmpmono_DESC=	D: BMP Monochrome
GS_bmpgray_DESC=	D: BMP 8-bit gray
GS_bmp16_DESC=		D: BMP 4-bit EGA/VGA
GS_bmp256_DESC=		D: BMP 8-bit 256-color
GS_bmp16m_DESC=		D: BMP 24-bit
GS_bmp32b_DESC=		D: BMP 32-bit pseudo-.BMP
GS_bmpsep1_DESC=	D: BMP Separated 1-bit CMYK
GS_bmpsep8_DESC=	D: BMP Separated 8-bit CMYK
GS_ccr_DESC=		D: CalComp Raster format
GS_cgmmono_DESC=	D: CGM Monochrome -- LOW LEVEL OUTPUT ONLY
GS_cgm8_DESC=		D: CGM 8-bit 256-color -- DITTO
GS_cgm24_DESC=		D: CGM 24-bit color -- DITTO
GS_cif_DESC=		D: CIF file format for VLSI
GS_dfaxhigh_DESC=	D: DigiBoard, DigiFAX (high res)
GS_dfaxlow_DESC=	D: DigiFAX (normal res)
GS_xcf_DESC=		D: Gimp XCF, RGB
GS_xcfcmyk_DESC=	D: Gimp XCF, CMYK
GS_faxg3_DESC=		D: Group 3 FAX (EOL + no header/EOD)
GS_faxg32d_DESC=	D: Group 3 2-D FAX (EOL + no header/EOD)
GS_faxg4_DESC=		D: Group 4 FAX (EOL + no header/EOD)
GS_miff24_DESC=		D: ImageMagick MIFF, 24-bit direct color, RLE
GS_inferno_DESC=	D: Inferno bitmaps
GS_jpeg_DESC=		D: JPEG format, RGB output
GS_jpeggray_DESC=	D: JPEG format, gray output
GS_mag16_DESC=		D: MAG format, 16-color
GS_mag256_DESC=		D: MAG format, 256-color
GS_mgrmono_DESC=	D: MGR devices 1-bit monochrome
GS_mgrgray2_DESC=	D: MGR devices 2-bit gray scale
GS_mgrgray4_DESC=	D: MGR devices 4-bit gray scale
GS_mgrgray8_DESC=	D: MGR devices 8-bit gray scale
GS_mgr4_DESC=		D: MGR devices 4-bit (VGA) color
GS_mgr8_DESC=		D: MGR devices 8-bit color
GS_pcxmono_DESC=	D: PCX, 1-bit monochrome
GS_pcxgray_DESC=	D: PCX, 8-bit gray scale
GS_pcx16_DESC=		D: PCX, 4-bit planar EGA/VGA color
GS_pcx256_DESC=		D: PCX, 8-bit chunky color
GS_pcx24b_DESC=		D: PCX, 24-bit color 3x8-bit planes
GS_pcxcmyk_DESC=	D: PCX, 4-bit chunky CMYK color
GS_pdfwrite_DESC=	D: Portable Document Format
GS_psdrgb_DESC=		D: PhotoShop PSD, RGB
GS_psdcmyk_DESC=	D: PhotoShop PSD, CMYK
GS_bit_DESC=		D: Plain bits, monochrome
GS_bitrgb_DESC=		D: Plain bits, RGB
GS_bitcmyk_DESC=	D: Plain bits, CMYK
GS_plan9bm_DESC=	D: Plan 9 bitmap format
GS_pam_DESC=		D: Portable Arbitrary Map file
GS_pbm_DESC=		D: Portable Bitmap, plain
GS_pbmraw_DESC=		D: Portable Bitmap, raw
GS_pgm_DESC=		D: Portable Graymap, plain
GS_pgmraw_DESC=		D: Portable Graymap, raw
GS_pgnm_DESC=		D: Portable Graymap, plain (PBM opt)
GS_pgnmraw_DESC=	D: Portable Graymap, raw (PBM opt)
GS_pnm_DESC=		D: Portable Pixmap, plain RGB (PGM/PBM opt)
GS_pnmraw_DESC=		D: Portable Pixmap, raw RGB (PGM/PBM opt)
GS_ppm_DESC=		D: Portable Pixmap, plain RGB
GS_ppmraw_DESC=		D: Portable Pixmap, raw RGB
GS_pkm_DESC=		D: Portable inKmap, plain (4b CMYK=>RGB)
GS_pkmraw_DESC=		D: Portable inKmap, raw (4b CMYK=>RGB)
GS_pksm_DESC=		D: Portable Separated map, plain (4b CMYK=>4p)
GS_pksmraw_DESC=	D: Portable Separated map, raw (4b CMYK=>4p)
GS_pngmono_DESC=	D: PNG (Portable Network Graphics) Mono
GS_pnggray_DESC=	D: PNG 8-bit Gray
GS_png16_DESC=		D: PNG 4-bit Color
GS_png256_DESC=		D: PNG 8-bit Color
GS_png16m_DESC=		D: PNG 24-bit Color
GS_pngalpha_DESC=	D: PNG 32-bit RGBA Color
GS_png48_DESC=		D: PNG 48-bit Color
GS_psmono_DESC=		D: PostScript (Level 1) monochrome image
GS_psgray_DESC=		D: PostScript (Level 1) 8-bit gray image
GS_psrgb_DESC=		D: PostScript (Level 2) 24-bit color image
GS_pswrite_DESC=	D: PostScript (like PostScript Distiller)
GS_ps2write_DESC=	D: PostScript (Level 2) output
GS_epswrite_DESC=	D: Encapsulated PostScript
GS_cfax_DESC=		D: SFF format for CAPI FAX interface
GS_sgirgb_DESC=		D: SGI RGB pixmap format
GS_sunhmono_DESC=	D: Harlequin variant of 1-bit Sun raster file
GS_svgwrite_DESC=	D: SVG driver
GS_tiffcrle_DESC=	D: TIFF CCITT RLE 1 dim (G3 FAX with no EOL)
GS_tiffg3_DESC=		D: TIFF Group 3 FAX (with EOL)
GS_tiffg32d_DESC=	D: TIFF Group 3 2-D FAX
GS_tiffg4_DESC=		D: TIFF Group 4 FAX
GS_tiffgray_DESC=	D: TIFF 8-bit gray, no compress
GS_tiff12nc_DESC=	D: TIFF 12-bit RGB, no compress
GS_tiff24nc_DESC=	D: TIFF 24-bit RGB, no compress, NeXT format
GS_tiff32nc_DESC=	D: TIFF 32-bit CMYK
GS_tiffsep_DESC=	D: TIFF gray + CMYK composite
GS_tifflzw_DESC=	D: TIFF LZW,      tag = 5,     mono
GS_tiffpack_DESC=	D: TIFF PackBits, tag = 32773, mono
GS_bbox_DESC=		D: Bounding box output
GS_devicen_DESC=	D: DeviceN process color model device
GS_perm_DESC=		D: DeviceN which permutes color components
GS_spotcmyk_DESC=	D: DeviceN with CMYK and spot color support
GS_imdi_DESC=		D: IMDI color converting device
GS_wtsimdi_DESC=	D: WTS halftoning device
GS_wtscmyk_DESC=	D: WTS halftoning CMYK device