]> git.ipfire.org Git - thirdparty/cups.git/blame - conf/mime.convs.in
Merge changes from CUPS 1.3.1.
[thirdparty/cups.git] / conf / mime.convs.in
CommitLineData
ef416fc2 1#
db1f069b 2# "$Id: mime.convs.in 6761 2007-08-02 17:58:59Z mike $"
c0e1af83 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.
ef416fc2 7#
8# MIME converts file for the Common UNIX Printing System (CUPS).
9#
bc44d920 10# Copyright 2007 by Apple Inc.
c0e1af83 11# Copyright 1997-2007 by Easy Software Products.
ef416fc2 12#
13# These coded instructions, statements, and computer programs are the
bc44d920 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/".
ef416fc2 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
41application/pdf application/postscript 33 pdftops
42application/postscript application/vnd.cups-postscript 66 pstops
43application/vnd.hp-HPGL application/postscript 66 hpgltops
44application/x-cshell application/postscript 33 texttops
45application/x-csource application/postscript 33 texttops
46application/x-perl application/postscript 33 texttops
47application/x-shell application/postscript 33 texttops
48text/plain application/postscript 33 texttops
49text/html application/postscript 33 texttops
50image/gif application/vnd.cups-postscript 66 imagetops
51image/png application/vnd.cups-postscript 66 imagetops
52image/jpeg application/vnd.cups-postscript 66 imagetops
53image/tiff application/vnd.cups-postscript 66 imagetops
54image/x-bitmap application/vnd.cups-postscript 66 imagetops
55image/x-photocd application/vnd.cups-postscript 66 imagetops
56image/x-portable-anymap application/vnd.cups-postscript 66 imagetops
57image/x-portable-bitmap application/vnd.cups-postscript 66 imagetops
58image/x-portable-graymap application/vnd.cups-postscript 66 imagetops
59image/x-portable-pixmap application/vnd.cups-postscript 66 imagetops
60image/x-sgi-rgb application/vnd.cups-postscript 66 imagetops
61image/x-xbitmap application/vnd.cups-postscript 66 imagetops
62image/x-xpixmap application/vnd.cups-postscript 66 imagetops
63#image/x-xwindowdump application/vnd.cups-postscript 66 imagetops
64image/x-sun-raster application/vnd.cups-postscript 66 imagetops
65
66
67########################################################################
68#
69# Form filter...
70#
71# This filter does not currently exist, but the file format is defined
72# in the IDD and registered with the IANA for future use...
73#
74
75#application/vnd.cups-form application/vnd.cups-postscript 33 formtops
76
77########################################################################
78#
79# Raster filters...
80#
81
82image/gif application/vnd.cups-raster 100 imagetoraster
83image/png application/vnd.cups-raster 100 imagetoraster
84image/jpeg application/vnd.cups-raster 100 imagetoraster
85image/tiff application/vnd.cups-raster 100 imagetoraster
86image/x-bitmap application/vnd.cups-raster 100 imagetoraster
87image/x-photocd application/vnd.cups-raster 100 imagetoraster
88image/x-portable-anymap application/vnd.cups-raster 100 imagetoraster
89image/x-portable-bitmap application/vnd.cups-raster 100 imagetoraster
90image/x-portable-graymap application/vnd.cups-raster 100 imagetoraster
91image/x-portable-pixmap application/vnd.cups-raster 100 imagetoraster
92image/x-sgi-rgb application/vnd.cups-raster 100 imagetoraster
93image/x-xbitmap application/vnd.cups-raster 100 imagetoraster
94image/x-xpixmap application/vnd.cups-raster 100 imagetoraster
95#image/x-xwindowdump application/vnd.cups-raster 100 imagetoraster
96image/x-sun-raster application/vnd.cups-raster 100 imagetoraster
97
7ff4fea9
MS
98# pstoraster is part of GPL Ghostscript...
99application/vnd.cups-postscript application/vnd.cups-raster 100 pstoraster
ef416fc2 100
101########################################################################
102#
103# Raw filter...
104#
89d46774 105# Uncomment the following filter to allow printing of arbitrary files
106# without the -oraw option.
ef416fc2 107#
108
09a101d6 109@DEFAULT_RAW_PRINTING@application/octet-stream application/vnd.cups-raw 0 -
ef416fc2 110
111#
db1f069b 112# End of "$Id: mime.convs.in 6761 2007-08-02 17:58:59Z mike $".
ef416fc2 113#