]> git.ipfire.org Git - thirdparty/cups.git/blob - conf/mime.convs.in
Merge changes from CUPS 1.5svn-r9763.
[thirdparty/cups.git] / conf / mime.convs.in
1 #
2 # "$Id: mime.convs.in 6761 2007-08-02 17:58:59Z mike $"
3 #
4 # DO NOT EDIT THIS FILE, AS IT IS OVERWRITTEN WHEN YOU INSTALL NEW
5 # VERSIONS OF CUPS. Instead, create a "local.convs" file that
6 # reflects your local configuration changes.
7 #
8 # Base MIME conversions file for CUPS.
9 #
10 # Copyright 2007-2011 by Apple Inc.
11 # Copyright 1997-2007 by Easy Software Products.
12 #
13 # These coded instructions, statements, and computer programs are the
14 # property of Apple Inc. and are protected by Federal copyright
15 # law. Distribution and use rights are outlined in the file "LICENSE.txt"
16 # which should have been included with this file. If this file is
17 # file is missing or damaged, see the license at "http://www.cups.org/".
18 #
19
20 ########################################################################
21 #
22 # Format of Lines:
23 #
24 # source/type destination/type cost filter
25 #
26 # General Notes:
27 #
28 # The "cost" field is used to find the least costly filters to run
29 # when converting a job file to a printable format.
30 #
31 # All filters *must* accept the standard command-line arguments
32 # (job-id, user, title, copies, options, [filename or stdin]) to
33 # work with CUPS.
34 #
35
36 ########################################################################
37 #
38 # PostScript filters
39 #
40
41 @DEFAULT_PDFTOPS@application/pdf application/vnd.cups-postscript 66 pdftops
42 application/postscript application/vnd.cups-postscript 66 pstops
43 @DEFAULT_TEXTTOPS@application/x-cshell application/postscript 33 texttops
44 @DEFAULT_TEXTTOPS@application/x-csource application/postscript 33 texttops
45 @DEFAULT_TEXTTOPS@application/x-perl application/postscript 33 texttops
46 @DEFAULT_TEXTTOPS@application/x-shell application/postscript 33 texttops
47 @DEFAULT_TEXTTOPS@text/plain application/postscript 33 texttops
48 @DEFAULT_TEXTTOPS@text/css application/postscript 33 texttops
49 @DEFAULT_TEXTTOPS@text/html application/postscript 33 texttops
50 @DEFAULT_IMAGEFILTERS@image/gif application/vnd.cups-postscript 66 imagetops
51 @DEFAULT_IMAGEFILTERS@image/png application/vnd.cups-postscript 66 imagetops
52 @DEFAULT_IMAGEFILTERS@image/jpeg application/vnd.cups-postscript 66 imagetops
53 @DEFAULT_IMAGEFILTERS@image/tiff application/vnd.cups-postscript 66 imagetops
54 @DEFAULT_IMAGEFILTERS@image/x-bitmap application/vnd.cups-postscript 66 imagetops
55 @DEFAULT_IMAGEFILTERS@image/x-photocd application/vnd.cups-postscript 66 imagetops
56 @DEFAULT_IMAGEFILTERS@image/x-portable-anymap application/vnd.cups-postscript 66 imagetops
57 @DEFAULT_IMAGEFILTERS@image/x-portable-bitmap application/vnd.cups-postscript 66 imagetops
58 @DEFAULT_IMAGEFILTERS@image/x-portable-graymap application/vnd.cups-postscript 66 imagetops
59 @DEFAULT_IMAGEFILTERS@image/x-portable-pixmap application/vnd.cups-postscript 66 imagetops
60 @DEFAULT_IMAGEFILTERS@image/x-sgi-rgb application/vnd.cups-postscript 66 imagetops
61 @DEFAULT_IMAGEFILTERS@image/x-xbitmap application/vnd.cups-postscript 66 imagetops
62 @DEFAULT_IMAGEFILTERS@image/x-xpixmap application/vnd.cups-postscript 66 imagetops
63 @DEFAULT_IMAGEFILTERS@image/x-sun-raster application/vnd.cups-postscript 66 imagetops
64 @DEFAULT_BANNERTOPS@application/vnd.cups-banner application/postscript 33 bannertops
65
66 ########################################################################
67 #
68 # Raster filters...
69 #
70
71 @DEFAULT_IMAGEFILTERS@image/gif application/vnd.cups-raster 100 imagetoraster
72 @DEFAULT_IMAGEFILTERS@image/png application/vnd.cups-raster 100 imagetoraster
73 @DEFAULT_IMAGEFILTERS@image/jpeg application/vnd.cups-raster 100 imagetoraster
74 @DEFAULT_IMAGEFILTERS@image/tiff application/vnd.cups-raster 100 imagetoraster
75 @DEFAULT_IMAGEFILTERS@image/x-bitmap application/vnd.cups-raster 100 imagetoraster
76 @DEFAULT_IMAGEFILTERS@image/x-photocd application/vnd.cups-raster 100 imagetoraster
77 @DEFAULT_IMAGEFILTERS@image/x-portable-anymap application/vnd.cups-raster 100 imagetoraster
78 @DEFAULT_IMAGEFILTERS@image/x-portable-bitmap application/vnd.cups-raster 100 imagetoraster
79 @DEFAULT_IMAGEFILTERS@image/x-portable-graymap application/vnd.cups-raster 100 imagetoraster
80 @DEFAULT_IMAGEFILTERS@image/x-portable-pixmap application/vnd.cups-raster 100 imagetoraster
81 @DEFAULT_IMAGEFILTERS@image/x-sgi-rgb application/vnd.cups-raster 100 imagetoraster
82 @DEFAULT_IMAGEFILTERS@image/x-xbitmap application/vnd.cups-raster 100 imagetoraster
83 @DEFAULT_IMAGEFILTERS@image/x-xpixmap application/vnd.cups-raster 100 imagetoraster
84 @DEFAULT_IMAGEFILTERS@image/x-sun-raster application/vnd.cups-raster 100 imagetoraster
85
86 # PWG Raster filter for IPP Everywhere...
87 application/vnd.cups-raster image/pwg-raster 100 rastertopwg
88
89 ########################################################################
90 #
91 # Raw filter...
92 #
93 # Uncomment the following filter to allow printing of arbitrary files
94 # without the -oraw option.
95 #
96
97 @DEFAULT_RAW_PRINTING@application/octet-stream application/vnd.cups-raw 0 -
98
99 #
100 # End of "$Id: mime.convs.in 6761 2007-08-02 17:58:59Z mike $".
101 #