# Copyright (C) 1989, 2000 Aladdin Enterprises. All rights reserved. # # This software is provided AS-IS with no warranty, either express or # implied. # # This software is distributed under license and may not be copied, # modified or distributed except as expressly authorized under the terms # of the license contained in the file LICENSE in this distribution. # # For more information about licensing, please refer to # http://www.ghostscript.com/licensing/. For information on # commercial licensing, go to http://www.artifex.com/licensing/ or # contact Artifex Software, Inc., 101 Lucas Valley Road #110, # San Rafael, CA 94903, U.S.A., +1(415)492-9861. { Output file formats eg jpeg, png available for GS8: THIS FILE IS A COMBINED EXTRACT OF devs.mak and contrib.mak for AFPL Ghostscript 8.00, such an extract is valid according to the AFPL license, whoosh777@blueyonder.co.uk 11 March 2003 NOTE: some of these might not be on the GS8 from the website. To know if a device is supported type: gs8:bin/gs_000 -h The device is supported if the device is in the list you get from above command } FIRST LIST: # Other raster file formats and devices: # bit Plain bits, monochrome # bitrgb Plain bits, RGB # bitcmyk Plain bits, CMYK # bmpmono Monochrome MS Windows .BMP file format # bmpgray 8-bit gray .BMP file format # bmpsep1 Separated 1-bit CMYK .BMP file format, primarily for testing # bmpsep8 Separated 8-bit CMYK .BMP file format, primarily for testing # bmp16 4-bit (EGA/VGA) .BMP file format # bmp256 8-bit (256-color) .BMP file format # bmp16m 24-bit .BMP file format # bmp32b 32-bit pseudo-.BMP file format # cgmmono Monochrome (black-and-white) CGM -- LOW LEVEL OUTPUT ONLY # cgm8 8-bit (256-color) CGM -- DITTO # cgm24 24-bit color CGM -- DITTO # jpeg JPEG format, RGB output # jpeggray JPEG format, gray output # miff24 ImageMagick MIFF format, 24-bit direct color, RLE compressed # pam Portable Arbitrary Map file format # pcxmono PCX file format, monochrome (1-bit black and white) # pcxgray PCX file format, 8-bit gray scale # pcx16 PCX file format, 4-bit planar (EGA/VGA) color # pcx256 PCX file format, 8-bit chunky color # pcx24b PCX file format, 24-bit color (3 8-bit planes) # pcxcmyk PCX file format, 4-bit chunky CMYK color # pbm Portable Bitmap (plain format) # pbmraw Portable Bitmap (raw format) # pgm Portable Graymap (plain format) # pgmraw Portable Graymap (raw format) # pgnm Portable Graymap (plain format), optimizing to PBM if possible # pgnmraw Portable Graymap (raw format), optimizing to PBM if possible # pnm Portable Pixmap (plain format) (RGB), optimizing to PGM or PBM # if possible # pnmraw Portable Pixmap (raw format) (RGB), optimizing to PGM or PBM # if possible # ppm Portable Pixmap (plain format) (RGB) # ppmraw Portable Pixmap (raw format) (RGB) # pkm Portable inKmap (plain format) (4-bit CMYK => RGB) # pkmraw Portable inKmap (raw format) (4-bit CMYK => RGB) # pksm Portable Separated map (plain format) (4-bit CMYK => 4 pages) # pksmraw Portable Separated map (raw format) (4-bit CMYK => 4 pages) # * plan9bm Plan 9 bitmap format # pngmono Monochrome Portable Network Graphics (PNG) # pnggray 8-bit gray Portable Network Graphics (PNG) # png16 4-bit color Portable Network Graphics (PNG) # png256 8-bit color Portable Network Graphics (PNG) # png16m 24-bit color Portable Network Graphics (PNG) # psmono PostScript (Level 1) monochrome image # psgray PostScript (Level 1) 8-bit gray image # psrgb PostScript (Level 2) 24-bit color image # tiff12nc TIFF 12-bit RGB, no compression # tiff24nc TIFF 24-bit RGB, no compression (NeXT standard format) # tifflzw TIFF LZW (tag = 5) (monochrome) # tiffpack TIFF PackBits (tag = 32773) (monochrome) SECOND LIST # Other raster file formats and devices: # cif CIF file format for VLSI # inferno Inferno bitmaps # mgrmono 1-bit monochrome MGR devices # mgrgray2 2-bit gray scale MGR devices # mgrgray4 4-bit gray scale MGR devices # mgrgray8 8-bit gray scale MGR devices # mgr4 4-bit (VGA) color MGR devices # mgr8 8-bit color MGR devices # sgirgb SGI RGB pixmap format # sunhmono Harlequin variant of 1-bit Sun raster file