home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / hypertext / latex2html_1 / OtherStuff / pstoppm_ps < prev    next >
Text File  |  1996-01-12  |  8KB  |  263 lines

  1. %! PS-Adobe-2.0
  2. %% Program for reading a .ps file and writing out a PPM file.
  3. %% For Ghostscript 2.5.2.
  4. %%
  5. %% Modified by Eric verbeek 12/9/94:
  6. %%   Added user-callable procedures to set the papersize.
  7. %% Modified by L. Peter Deutsch 9/10/92:
  8. %%   internal procedures didn't use `bind';
  9. %%   grestoreall undid selection of PPM device.
  10. %% Modified by L. Peter Deutsch 4/6/92:
  11. %%   Ghostscript 2.4 requires all 8 primary colors to be in the palette.
  12. %% Modified by L. Peter Deutsch 1/17/92:
  13. %%   the palette for makeimagedevice is now a string, not an array.
  14. %% Modified by L. Peter Deutsch 9/24/91:
  15. %%   allow starting page number to be specified.
  16. %% Modified by L. Peter Deutsch 7/7/91 to keep track of page count
  17. %%   in a way that gets around save and restore.
  18. %% Modified by L. Peter Deutsch 11/07/90
  19. %%   to use filename.ppm for the first page, renamed to filename.1ppm
  20. %%   with subsequent pages .2ppm, etc. if more than one page.
  21. %% Modified by Henry Minsky 11/03/90
  22. %%   for each showpage, it writes out a ppm file with name filename.ppm.N
  23. %%   where N increments each showpage, starting at 1
  24. %% Modified by L. Peter Deutsch -- Aladdin Enterprises -- 08/25/90 --
  25. %%   converted from a one-shot program to a utility package,
  26. %%   designed to be used from an interactive terminal.
  27. %% Modified by L. Peter Deutsch -- Aladdin Enterprises -- 08/02/90
  28. %% Modified on 08/02/90 for using the CORRECT color map.
  29. %% Modified 06/26/90 for a color file
  30. %% Original version by Phillip Conrad - Perfect Byte, Inc.
  31. %%
  32. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  33.  
  34. %%%%%% Define the directory for holding the PPM information
  35.  
  36. /ppmdict 30 dict def
  37. ppmdict begin
  38.  
  39.   /Horz_dpi 72 def        % defaults to screen density
  40.   /Vert_dpi 72 def
  41.  
  42.   /Horz_size 612 def        % defaults to Letter size
  43.   /Vert_size 792 def
  44.  
  45.   /OutFilePrefix () def        % default to null (current directory)
  46.  
  47.   /FirstPageNumber 1 def    % any non-negative integer is OK
  48.  
  49.   /Palette1 <ff 00> def
  50.   /Palette8
  51. %========== Here we define all 256 color entries. ======
  52. %========== Colors were taken from the X Windows default colors, ======
  53. %========== hacked up a little so we get all 8 primaries. ======
  54. <
  55. 000000 ffffff a8a8a8 ebebeb 5c5c5c 373737 5f929e 85ccdd
  56. 345057 1f3034 729efe a0ddff 3f578c 263454 6186d8 2f2f64
  57. ffff00 b0e2ff ff0000 808080 efdf84 55fe55 fe0000 66fe57
  58. fe987a feca71 fefefe fe8d7c fea977 fec472 feb875 fe937b
  59. fe957a feb575 98fe5d fe8b7d fea677 feb276 feaf76 febe74
  60. fe837e fefc6a fe0c9a fe0350 fe08b5 6715fe fefb3f fe544b
  61. 00c000 20c000 40c000 60c000 80c000 a0c000 c0c000 e0c000
  62. 00ff00 20e000 40e000 60e000 80e000 a0e000 c0e000 e0e000
  63. 000040 200040 400040 600040 800040 a00040 c00040 e00040
  64. 002040 202040 402040 602040 802040 a02040 c02040 e02040
  65. 004040 204040 404040 604040 804040 a04040 c04040 e04040
  66. 006040 206040 406040 606040 806040 a06040 c06040 e06040
  67. 008040 208040 408040 608040 808040 a08040 c08040 e08040
  68. 00a040 20a040 40a040 60a040 80a040 a0a040 c0a040 e0a040
  69. 00c040 20c040 40c040 60c040 80c040 a0c040 c0c040 e0c040
  70. 00e040 20e040 40e040 60e040 80e040 a0e040 c0e040 e0e040
  71. 000080 200080 400080 600080 800080 a00080 c00080 e00080
  72. 002080 202080 402080 602080 802080 a02080 c02080 e02080
  73. 004080 204080 404080 604080 804080 a04080 c04080 e04080
  74. 006080 206080 406080 606080 806080 a06080 c06080 e06080
  75. 008080 208080 408080 608080 808080 a08080 c08080 e08080
  76. 00a080 20a080 40a080 60a080 80a080 a0a080 c0a080 e0a080
  77. 00c080 20c080 40c080 60c080 80c080 a0c080 c0c080 e0c080
  78. 00e080 20e080 40e080 60e080 80e080 a0e080 c0e080 e0e080
  79. 0000ff 2000c0 4000c0 6000c0 8000c0 a000c0 c000c0 ff00ff
  80. 0020c0 2020c0 4020c0 6020c0 8020c0 a020c0 c020c0 e020c0
  81. 0040c0 2040c0 4040c0 6040c0 8040c0 a040c0 c040c0 e040c0
  82. 0060c0 2060c0 4060c0 6060c0 8060c0 a060c0 c060c0 e060c0
  83. 0080c0 2080c0 4080c0 6080c0 8080c0 a080c0 c080c0 e080c0
  84. 00a0c0 20a0c0 40a0c0 60a0c0 80a0c0 a0a0c0 c0a0c0 e0a0c0
  85. 00c0c0 20c0c0 40c0c0 60c0c0 80c0c0 a0c0c0 c0c0c0 e0c0c0
  86. 00ffff 20e0c0 40e0c0 60e0c0 80e0c0 a0e0c0 c0e0c0 e0e0c0
  87. > def
  88.  
  89.   % Define a procedure for computing the output file name for a given page.
  90.   /pagefilename        % <int|null> pagefilename -> <string
  91.    { OutFilePrefix FileName concatstrings (.) concatstrings
  92.      exch dup null ne
  93.       { 1 sub FirstPageNumber add (xxxxxx) cvs concatstrings }
  94.       { pop }
  95.      ifelse (ppm) concatstrings
  96.    } bind def
  97.  
  98.   % Redefine copypage and showpage appropriately.
  99.   /copypage
  100.    { ppmdict begin
  101.  
  102.        /PageCount PageCountString cvi 100000 sub def
  103.        /PageCount PageCount 1 add def
  104.  
  105.        PageCount 1 eq
  106.     { null pagefilename            % first page
  107.     }
  108.     { PageCount 2 eq
  109.        {                    % second page, rename first
  110.          null pagefilename 1 pagefilename
  111.          (Renaming ) print 1 index print ( to ) print
  112.            dup print (\n) print
  113.          flush
  114.          renamefile
  115.        } if
  116.       PageCount pagefilename
  117.     } ifelse
  118.        /FileNameOut exch def
  119.  
  120.        FileNameOut (w) file
  121.          /FileDescOut exch def
  122.  
  123.        (Writing ) print FileNameOut print (\n) print
  124.        flush
  125.        FileDescOut Device writeppmfile
  126.        FileDescOut closefile
  127.  
  128.        WrotePage 0 1 put    % /WrotePage true def
  129.        PageCount 100000 add PageCountString cvs pop
  130.  
  131.      end
  132.    } bind userdict begin odef end
  133.   /showpage
  134.    { copypage erasepage initgraphics
  135.    } bind userdict begin odef end
  136.  
  137.   % Redefine grestoreall so it doesn't undo the device selection
  138.   /grestoreall /grestoreall load def
  139.   /grestoreall
  140.    { ppmdict begin   grestoreall   Device setdevice   end
  141.    } bind userdict begin odef end
  142.  
  143.   /Convert            % the main procedure
  144.                   % <filename> <palette> Convert -
  145.    { /Palette exch def
  146.      /FileName exch def
  147.  
  148.      % Save and restore don't save and restore the contents of strings.
  149.      % Therefore, we use strings to hold the two variables whose values
  150.      % must persist across page boundaries (PageCount and WrotePage).
  151.  
  152.      /PageCountString 6 string def
  153.      100000 PageCountString cvs pop
  154.      /WrotePage 1 string def
  155.  
  156.      /ScaleX Horz_dpi 72 div def
  157.      /ScaleY Vert_dpi 72 div def
  158.  
  159.      % /Width 85 Horz_dpi mul 5 add 10 div cvi def % add 5 to round up!
  160.      % /Height 11 Vert_dpi mul def
  161.      /Width Horz_size ScaleX mul cvi def
  162.      /Height Vert_size ScaleX mul cvi def
  163.  
  164.      FileName (.ps) concatstrings
  165.        /FileNameIn exch def        % file name with extension
  166.  
  167.      [ScaleX 0.0 0.0 ScaleY neg 0.0 Height]
  168.      Width Height Palette makeimagedevice
  169.        /Device exch def
  170.      Device setdevice
  171.  
  172.      % For running the file, remove ppmdict from the dict stack
  173.      FileNameIn end run        % ppmdict
  174.      ppmdict begin
  175.      WrotePage 0 get 0 eq { showpage } if % make sure the page got written
  176.      end            % ppmdict
  177.  
  178.    } bind def
  179.  
  180. end                % ppmdict
  181.  
  182. %%%%%% Define the user-callable procedures
  183.  
  184. /ppmsetsize
  185.  { ppmdict begin
  186.    /Vert_size exch def
  187.    /Horz_size exch def
  188.    end
  189.  } bind def
  190.  
  191. /ppmsetsize2letter
  192.  { 612 792 ppmsetsize
  193.  } bind def
  194.  
  195. /ppmsetsize2legal
  196.  { 612 1008 ppmsetsize
  197.  } bind def
  198.  
  199. /ppmsetsize2a4
  200.  { 595 842 ppmsetsize
  201.  } bind def
  202.  
  203. /ppmsetsize2a3
  204.  { 842 1190 ppmsetsize
  205.  } bind def
  206.  
  207. /ppmsetsize2a2
  208.  { 1190 1684 ppmsetsize
  209.  } bind def
  210.  
  211. /ppmsetsize2a1
  212.  { 1684 2380 ppmsetsize
  213.  } bind def
  214.  
  215. /ppmsetsize2a0
  216.  { 2380 3368 ppmsetsize
  217.  } bind def
  218.  
  219. /ppmsetdensity
  220.  { ppmdict begin
  221.    /Vert_dpi exch def
  222.    /Horz_dpi exch def
  223.    end
  224.  } bind def
  225.  
  226. /ppmsetprefix
  227.  { ppmdict begin
  228.    /OutFilePrefix exch def
  229.    end
  230.  } bind def
  231.  
  232.  
  233. /ppmsetfirstpagenumber
  234.  { cvi
  235.    ppmdict begin
  236.    /FirstPageNumber exch def
  237.  } bind def
  238.  
  239. /ppm1run
  240.  { ppmdict begin   Palette1 Convert
  241.  } bind def
  242.  
  243. /ppm8run
  244.  { ppmdict begin   Palette8 Convert
  245.  } bind def
  246.  
  247. /ppm24run
  248.  { ppmdict begin   null Convert
  249.  } bind def
  250.  
  251. %%%%%% Display instructions for the user.
  252.  
  253. %(Usage: (file) ppmNrun\n) print
  254. %(   converts file.ps to file.ppm (single page),\n) print
  255. %(     or file.1ppm, file.2ppm, ... (multi page).\n) print
  256. %(   N is # of bits per pixel (1, 8, or 24).\n) print
  257. %(Examples: (golfer) ppm1run   ..or..   (escher) ppm8run\n) print
  258. %(Optional commands you can give first:\n) print
  259. %(   horiz_DPI vert_DPI ppmsetdensity\n) print
  260. %(   (dirname/) ppmsetprefix\n) print
  261. %(   page_num ppmsetfirstpagenumber\n) print
  262. flush
  263.