AminetAminet
Search:
84782 packages online
About
Recent
Browse
Search
Upload
Setup
Services

text/dtp/ghostscript2.6.lha

Mirror:Random
Showing: generic icon
No screenshot available
Short:Port of Ghostscript 2.6.1
Author:"Olaf Barthel" olsen at sourcery.han.de
Uploader:Stefan Becker <stefanb pool informatik rwth-aachen de>
Type:text/dtp
Architecture:m68k-amigaos
Date:1993-07-28
Download:text/dtp/ghostscript2.6.lha - View contents
Readme:text/dtp/ghostscript2.6.readme
Downloads:1198

GNU Ghostscript 2.6.1 Amiga port
================================
This port requires:

- An  Amiga  equipped  with  an  '020  CPU and an '881 FPU or any successor
  CPU/FPU model and Kickstart 2.04 or higher.

- Approx. 4.7 MBytes of hard disk space available.

- A  minimum  of 1 MByte of chip memory, depending on what you will want to
  do  with  the  interpreter.  Printer output requires at least 2 MBytes of
  contiguous memory (any memory, not necessarily chip memory).

- ixemul.library and a bunch of Postscript/Ghostscript fonts.


New Amiga features in this release
----------------------------------
The  v2.6.0 port used to implement only monochrome drivers, the v2.6.1 port
supports  colour  output on most devices, exceptions where noted. You don't
need  a  special  brand  of graphics hardware expansion, colour output will
work  on  any  Amiga  model, provided there is enough memory available. All
devices capable of doing colour output will reduce the number of colours to
be displayed if in dire need of memory. As for the display oriented devices
this will go mostly unnoticed as the Ghostscript halftoning algorithms will
compensate  for  any  colour reductions. However, printer output quality is
very likely to suffer from colour reduction. So, watch out!
   As  the display oriented devices start up in colour output mode, black &
white  rendering  may  be slightly slowed. The printer device is configured
according  to  the  Preferences  settings;  `Black  & white' will result in
monochrome  output,  `Grayscale  1'  and  `Grayscale  2'  will also produce
monochrome  output  but will internally use a true colour representation of
the  page,  so  does  `Color'. Please note that `true colour' refers to the
Amiga  12  bit colour model, at this time of writing 24 bit colour printing
is not yet implemented.
   The  default  output  device  (a  super-bitmap  window  to opened on the
default  public  screen,  such  as  Workbench)  will  take advantage of the
Kickstart  3.0  pen  sharing  feature  if  enough  colours  (eight or more)
available.

The v2.6.0 port used to rely on printer drivers to initialize their maximum
page  size  information  upon startup. Several users reported problems with
certain  drivers  which  would  make  this information available only after
having  been  asked  to do so. The v2.6.1 port now follows the programmers'
guidelines  how  to determine the maximum page size closely. The driver may
still  complain  if  configured for `Grayscale 1', `Grayscale 2' or `Color'
output  and  there  is  not  enough  memory  available  for  the page to be
displayed.


Installation
------------
Enter  the  command  line interpreter, Create a directory on your hard disk
drive,  label  it "ghostscript". Let's assume that the fully qualified name
of  this  directory  will  be  "Work:ghostscript". Enter this directory and
unpack  the  archives  "gs-2.6.1-amiga.lha"  and "gs-2.6.1-fonts.lha". This
will  create  the  directory "Fonts" which holds all Ghostscript fonts, the
directory  "doc"  which  contains  the Ghostscript documentation files, the
directory "examples" which is to hold some Postscript example files and the
directory   "libs"   which   contains   `ixemul.library'.   Now  edit  your
`S:User-Startup' file, adding the following lines:

   Assign ghostscript: "Work:ghostscript"
   Path ghostscript: add
   Assign Libs: ghostscript:libs add

Save the file back to disk and reboot your machine.


Running the interpreter
-----------------------
Enter  the  command  line  interpreter,  type  "gs"  and  press return. The
interpreter   will  be  loaded  and  will  try  to  initialize  itself.  If
successfully initialized, a window should have been opened on the Workbench
screen. The Shell window now should display the following text:

   Initializing... done.
   Ghostscript 2.6.1 (5/28/93)
   Copyright (C) 1990-1993 Aladdin Enterprises, Menlo Park, CA.
     All rights reserved.
   Ghostscript comes with NO WARRANTY: see the file COPYING for details.
   GS>

At  the  command  prompt,  enter "(ghostscript:examples/golfer.ps) run" and
press  return.  Click  on  the `Zoom' button in the top right corner of the
window  to  bring it to full screen size, move the scrollers and watch what
will  happen. When rendering is finished, the Shell window will display the
following text:

   >>showpage, press <return> to continue<<

Press  return  to  erase  the  contents  of the window and to continue. The
interpreter  will  be  in  interactive  mode  again, enter "quit" and press
return to end this session.

For  more  information  refer to the documentation in the "ghostscript:doc"
drawer.


How to print a document
-----------------------
As the corresponding Ghostscript device will always keep the entire page in
memory  the  printer need not be capable of strip-printing. The bad news is
that  the  entire page will consume *a lot* of memory. This Amiga port will
keep  the page in any public memory area, so it will not necessarily eat up
precious chip memory. This should make it possible to print pages on Amigas
with  only  1  MByte of chip memory or less, provided enough fast memory is
available.

Enter  the  command  line interpreter, type "gs -sDEVICE=amiga_printer" and
press  return.  This  will  invoke  the  Ghostscript  interpreter  with the
"amiga_printer"  device  driver  selected  as  the startup device. When the
command prompt appears, enter "(ghostscript:examples/butterfly.ps) run" and
press return. The rendered image will be sent to the printer. When printing
is finished, press return and enter "quit" to end this session.

Note:  unless you want Ghostscript to prompt you to press return after each
page  is  printed and ejected you should include "-dNOPAUSE" on the command
line.


Available device drivers
------------------------
This port implements the following seven device drivers:

   amiga

      (This is the default output device)

      Rendering  takes  place  in a super-bitmap window to be opened on the
      Workbench  screen.  This  window  contains  scroller  handles to move
      around in the bitmap. Usually, the bitmap will be four times as large
      as the screen the window opens upon.

   amiga_low

      Renders into a low-resolution custom screen.

   amiga_high

      Renders into a high-resolution custom screen.

   amiga_super

      Renders into a super-high-resolution custom screen.

   amiga_a2024¹

      Renders into an A2024 resolution custom screen.

   amiga_printer

      Outputs  pages  on  the  currently  configured  preferences  printer.
      Respects density and resolution settings. Requires a lot of memory to
      run.

   amiga_ilbm¹

      Will prompt for a file name to save the current page contents to. The
      page  will  be  saved  as  a standard IFF-ILBM picture, including DPI
      information,   suitable   for  postprocessing  using  standard  image
      processing and editing software.


   ¹) Monochrome output only


Properties
----------
With  Ghostscript  2.6.1 one can specify several driver specific options on
the  command  line.  As  for  the Amiga drivers, they support the following
properties:

- PageWidth and PageHeight

  The  dimensions  of  the  page  to  render  into.  The physical page size
  Ghostscript  will  use  for  rendering is limited by these dimensions. On
  startup  The Amiga drivers will default to a page size roughly equivalent
  to A4 unless different dimensions are specified. The size definitions may
  include  measuring  units  (e.g. "-sPageWidth=21cm"), the following units
  are  supported: pt (points, the default if no unit is given), pc (picas),
  in  (inches),  cm  (centimeters), mm (millimeters), dd (didot points), cc
  (ciceros).

- OutputFile

  The  amiga_ilbm device pays attention to this property, which it will use
  to  construct  the  output  file  names for pages to be saved with. Thus,
  `-sOutputFile="ram:page"'    yields    the   files   "ram:page0001.ilbm",
  "ram:page0002.ilbm", etc.


Not all devices will pay attention to DPI page resolutions.


Installing fonts
----------------
The   Ghostscript  distribution  includes  a  number  of  public-domain  or
otherwise  freely  distributable  fonts.  However, these are mostly of poor
quality.  In  order  to  install  a  new  font  or to replace a font with a
different one, the following steps are required:

1. The  font  must  be  converted  to  Ghostscript format. For font files in
   BDF-format  (such  as  the  fonts included in the X-Windows distribution)
   this  requires  processing  with  the  "bdftops"  script  file (syntax is
   "bdftops <Source file> <Destination file>"). Fonts in standard ASCII text
   format (".PFA" format) or packed binary file format (".PFB" format), such
   as  most  Adobe-Type-1  hinted outline fonts to be purchased from various
   vendors, need  not  be converted as this is the native format Ghostscript
   expects.

2. Copy  the resulting output file to the "ghostscript:fonts" drawer, choose
   a   suitable   name   (see   the   file  "ghostscript:fontmap"  for  more
   information).

3. Edit  the  file "ghostscript:fontmap" to include the font which will make
   it visible to the interpreter. Read this file carefully as it gives basic
   hints  how  to  name  a  font file and how to edit the corresponding font
   entry.


The Workbench window
--------------------
The  default output device (the Workbench window) can be controlled both by
mouse and by keyboard:

   Cursor  keys  will  move the currently visible area of the page, holding
   down  a  Shift  or  Control  key will increase the size of the scrolling
   steps.

   Control+C  and  Escape  will  send the interpreter a signal to terminate
   processing, so does clicking the window close button.

By  default  the  page  size  will  always  be  four  times as large as the
currently visible portion of the Workbench screen, see the section entitled
"Page sizes and resolutions" for more information.


Troubleshooting
---------------
This  interpreter  implementation  requires a lot of chip memory to run. In
order  to  assure that enough memory will be available, close any Workbench
drawers  or  Shell  windows  which  are  not necessarily require to run the
interpreter.

Most  Postscript  documents  use  hard-coded  document page sizes, i.e. the
output  page  size  will not be scaled to fit the currently set output page
size.  In  these  cases  you may want to make use of the Postscript "scale"
operator. Say, you wish to preview the file "butterfly.ps" in just half its
size.  Enter  "0.5  dup  scale" and press return, now enter "(butterfly.ps)
run"  and  press return; et voilà: the butterfly will be rendered just half
as large as usual.

Some  documents,  such  as  "porsche.ps",  contain no "showpage" command to
finish  the  batch  job.  In this case, type "showpage" and press return or
enter "erasepage" and press return to clear the page.


About the Amiga port
--------------------
This  port  is  based  on  Ghostscript  2.6.1. It was implemented using GCC
2.3.3,  so  you  will  have  to refer to the file "COPYING" for copying and
licensing information.

                      This Amiga port was created by:

                           Olaf `Olsen' Barthel
                             Brabeckstrasse 35
                             D-30559 Hannover

                        Federal Republic of Germany

                       eMail: olsen@sourcery.han.de
                              o.barthel@a-link-h.comlink.de

The source code is included in the "amiga-src" drawer.


Contents of text/dtp/ghostscript2.6.lha
PERMISSION  UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP     NAME
---------- ----------- ------- ------- ------ ---------- ------------ ----------
[generic]                  638    1439  44.3% -lh5- 31ca Nov 13  1992 alphabet.ps
[generic]                19949   68518  29.1% -lh5- 6019 May 15  1993 amiga-src/amiga-gcc.mak
[generic]                  218     461  47.3% -lh5- 63de May 15  1993 amiga-src/gconfig.h
[generic]                24976  110324  22.6% -lh5- d82f Jul 25  1993 amiga-src/gdevamiga.c
[generic]                 3036    7917  38.3% -lh5- 3ef5 May 15  1993 amiga-src/gp_amiga.c
[generic]                 4731   11612  40.7% -lh5- 8181 Jul 25  1993 amiga.doc
[generic]                   65      65 100.0% -lh0- 70aa May 20  1993 bdftops
[generic]                 7864   22789  34.5% -lh5- 061f May 27  1993 bdftops.ps
[generic]                 1131    2378  47.6% -lh5- 448e May 12  1993 bench.ps
[generic]                33175   58877  56.3% -lh5- bd48 Aug  2  1990 cheq.ps
[generic]                 1330    3047  43.6% -lh5- 2bc8 Feb 20  1991 chess.ps
[generic]                  426    1815  23.5% -lh5- cc04 Mar 14  1992 colorcir.ps
[generic]                 3889   10216  38.1% -lh5- 9de9 May 20  1993 commprod.doc
[generic]                 6993   17982  38.9% -lh5- dc3e Jul  5  1991 copying
[generic]                  178     295  60.3% -lh5- 39c6 May 27  1993 decrypt.ps
[generic]                 6026   13974  43.1% -lh5- 838d May 20  1993 devices.doc
[generic]                10317   28251  36.5% -lh5- 9a26 May 26  1993 drivers.doc
[generic]                    0       0 ****** -lh0- 0000 Aug 28  1987 empty.ps
[generic]                 4583   10520  43.6% -lh5- 3c43 Aug 19  1990 escher.ps
[generic]                   82      82 100.0% -lh0- bcd7 May 20  1993 font2c
[generic]                 4736   14070  33.7% -lh5- 4aa9 May 26  1993 font2c.ps
[generic]                 4036   11272  35.8% -lh5- f5ab May 26  1993 Fontmap
[generic]                 1544    4487  34.4% -lh5- 32ad May 12  1993 Fontmap.ATM
[generic]                 4793   12125  39.5% -lh5- d378 May 18  1993 fonts.doc
[generic]                10665   25499  41.8% -lh5- e969 Aug  1  1990 golfer.ps
[generic]               142632  273476  52.2% -lh5- e47b Jun  8  1993 gs
[generic]                 4474   13337  33.5% -lh5- fa79 Jun  8  1993 gs.man
[generic]                 4549   11875  38.3% -lh5- d260 May  5  1993 gs_2asc.ps
[generic]                 1116    2949  37.8% -lh5- 0a33 May 26  1993 gs_dbt_e.ps
[generic]                 3848    9888  38.9% -lh5- 4a45 May 21  1993 gs_dps1.ps
[generic]                 6106   17046  35.8% -lh5- 3b2b May 27  1993 gs_fonts.ps
[generic]                10505   28150  37.3% -lh5- db55 May 28  1993 gs_init.ps
[generic]                 3686   10719  34.4% -lh5- f024 May 27  1993 gs_lev2.ps
[generic]                 2293    6500  35.3% -lh5- cea2 May 12  1993 gs_statd.ps
[generic]                 1483    3750  39.5% -lh5- 0ced May 12  1993 gs_sym_e.ps
[generic]                  882    1810  48.7% -lh5- 84d8 May 26  1993 gs_type0.ps
[generic]                 4699   13894  33.8% -lh5- fe63 May 12  1993 gslp.ps
[generic]                   48      48 100.0% -lh0- 18a7 May 20  1993 gsnd
[generic]                   51      51 100.0% -lh0- 3075 May 20  1993 gsndt
[generic]                   39      39 100.0% -lh0- 1464 May 20  1993 gst
[generic]                   40      40 100.0% -lh0- 9a95 May 20  1993 gstt
[generic]                   90      90 100.0% -lh0- 0480 May 20  1993 gsview
[generic]                 2754    5875  46.9% -lh5- 2ffa May 26  1993 helpers.doc
[generic]                 4572   11176  40.9% -lh5- b547 Feb  8  1990 hershey.doc
[generic]                18195   46468  39.2% -lh5- cd7d May 12  1993 history.doc
[generic]                 1203    2509  47.9% -lh5- 160a May 12  1993 humor.doc
[generic]                 2397    5681  42.2% -lh5- 4d44 May 27  1993 impath.ps
[generic]                  589    1455  40.5% -lh5- f849 Mar 15  1993 landscap.ps
[generic]                 5680   15200  37.4% -lh5- 4160 May 27  1993 language.doc
[generic]                   47      56  83.9% -lh5- 5715 Oct  3  1992 level1.ps
[generic]                 1640    3723  44.1% -lh5- 0128 May 12  1993 lib.doc
[generic]                77201  148428  52.0% -lh5- 10da Dec 30  1992 libs/ixemul.library
[generic]                  877    2648  33.1% -lh5- 7543 Sep  1  1992 lines.ps
[generic]                10431   26726  39.0% -lh5- 345d May 28  1993 make.doc
[generic]                  910    2045  44.5% -lh5- ddcd May 12  1993 markpath.ps
[generic]                 1045    2299  45.5% -lh5- 36c7 May 12  1993 mergeini.ps
[generic]                29900   74791  40.0% -lh5- 8b67 May 29  1993 news
[generic]                 1015    2068  49.1% -lh5- 8b16 May 27  1993 pcharstr.ps
[generic]                  803    1799  44.6% -lh5- a1df May 12  1993 ppath.ps
[generic]                 1060    2368  44.8% -lh5- 11ff Aug 19  1992 prfont.ps
[generic]                  109     115  94.8% -lh5- d223 May 20  1993 ps2ascii
[generic]                 4630   12225  37.9% -lh5- 67a2 May 29  1993 ps2ascii.ps
[generic]                  184     282  65.2% -lh5- 331e May 20  1993 ps2epsi
[generic]                 1189    2517  47.2% -lh5- ed61 May  7  1993 ps2epsi.doc
[generic]                 2233    6074  36.8% -lh5- fbaa May 21  1993 ps2epsi.ps
[generic]                 2327    6182  37.6% -lh5- a095 May 21  1993 ps2image.ps
[generic]                 2213    5279  41.9% -lh5- 0141 May 29  1993 psfiles.doc
[generic]                 2845    7343  38.7% -lh5- 573f Sep 15  1992 pstoppm.ps
[generic]                    5       5 100.0% -lh0- 1c11 May 29  1993 quit.ps
[generic]                 5499   13660  40.3% -lh5- a771 May 20  1993 readme
[generic]                 1695    3557  47.7% -lh5- 2eef May 28  1993 readme.doc
[generic]                    9       9 100.0% -lh0- 39a6 Dec 31  1992 save.ps
[generic]                  287     726  39.5% -lh5- dc0b May  1  1992 screen.ps
[generic]                 1255    2716  46.2% -lh5- 5453 May 12  1993 showchar.ps
[generic]                    9       9 100.0% -lh0- 82a7 Aug  7  1992 showpage.ps
[generic]                  746    2071  36.0% -lh5- 2eba Apr  2  1991 snowflak.ps
[generic]                31244   78519  39.8% -lh5- 21fe Mar 29  1992 tiger.ps
[generic]                 1081    2473  43.7% -lh5- ac50 May 12  1993 traceop.ps
[generic]                 2405    6829  35.2% -lh5- a8c6 May 27  1993 type1ops.ps
[generic]                10600   22643  46.8% -lh5- 7a39 Jul 25  1992 uglyr.gsf
[generic]                 2534    5706  44.4% -lh5- 9989 May 20  1993 unix-lpr.doc
[generic]                  758    1811  41.9% -lh5- 14e7 May 12  1993 unprot.ps
[generic]                 9401   24752  38.0% -lh5- 956e May 29  1993 use.doc
[generic]                 1219    2438  50.0% -lh5- 9e6b May 12  1993 waterfal.ps
[generic]                 1649    3930  42.0% -lh5- 8b84 May 12  1993 winmaps.ps
[generic]                 3364    9517  35.3% -lh5- 0f29 May 27  1993 wrfont.ps
[generic]                 2766    6679  41.4% -lh5- 0174 May 26  1993 xfonts.doc
---------- ----------- ------- ------- ------ ---------- ------------ ----------
 Total        87 files  594497 1415059  42.0%            Jul 28  1993
Page generated in 0.02 seconds
Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>