File: README.in

package info (click to toggle)
foo2zjs 20050217-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,364 kB
  • ctags: 2,122
  • sloc: ansic: 15,074; xml: 1,751; makefile: 503; sh: 269; perl: 102
file content (119 lines) | stat: -rw-r--r-- 4,834 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
    ---------------------------------------------------------------------
    Please read the "INSTALL" file to see how to install this software.
    Please read the "INSTALL" file to see how to install this software.
    Please read the "INSTALL" file to see how to install this software.

    Mac OS X users: also read the "INSTALL-osx.txt" file.
    ---------------------------------------------------------------------

GENERAL
    FOO2ZJS
    -------
    foo2zjs converts pbm (B/W) images and 1-bit-per-pixel cmyk images
    (both produced by ghostscript) to Zenographics ZJ-stream format. There
    is some information about the ZJS format at http://ddk.zeno.com.

    With foo2zjs, you can print to some HP and Minolta/QMS ZjStream
    printers, such as these:

	- Minolta/QMS 2300 DL	B/W and color
	- Minolta/QMS 2200 DL	B/W and color
	- HP LaserJet 1000	B/W
	- HP LaserJet 1005	B/W

    FOO2OAK
    -------
    foo2oak converts pbm (B/W) images and 1-bit-per-pixel cmyk images
    (both produced by ghostscript) to Oak Technology (now Zoran) OAKT
    format.

    With foo2oak, you can print to the HP LaserJet 1500 and possibly other
    OAKT protocol printers, such as these:

	- HP LaserJet 1500	B/W and color, but only 1-bit per pixel

Please read the manual pages for more details on the program operation.

    $ acroread manual.pdf

BUGS AND DEFICIENCIES
    - Need to tune the manufacturer-supplied ICM color profiles to match the
      characteristics of Ghostscript.

    - Need to figure out how to get near-invisible dithering out of Ghostscript
      without affecting the colors.  With GS 7.05, if you set -dDITHERING=150,
      for example, the dithering becomes less visible but you get areas of
      color blotches.  No way to win.

    - Ghostscript 8.0 has worse color dithering compared to 7.05.  The symptom
      is slanted bands separated by 0.5 to 2mm, at a 30 degree angle.

    - Need to support a better input color file format which includes
      explicit page boundary indications.  The current use of the Ghostscript
      "bitcmyk" format precludes having pages of different sizes within a
      Postscript stream.

    - It is not entirely clear whether the JBIG-KIT compression library
      produces compressed data compatible with all implementations of JBIG
      in ZjStream printers.  It is possible that bugs or subtle
      implementation differences might result in incorrect printer behavior.

AUTHORS
    FOO2ZJS
    -------
    The foo2zjs engine program began life as Robert Szalai's 'pbmtozjs'
    program.  It also uses Markus Kuhn's JBIG-KIT compression library
    (included, but available at http://www.cl.cam.ac.uk/~mgk25/jbigkit/),
    and Marti Maria's icc2ps program (included, but also available at
    http://www.littlecms.com).

    The foo2zjs engine was overhauled by Rick Richardson to add color
    support for the Minolta/QMS 2300DL, add command line options, limit
    data chunk size to 65536 bytes, and other miscellaneous features.
    Rick also contributed the zjsdecode program and the foomatic database
    entries for the Minolta/QMS magicolor 2300 DL.

    The latest version of foo2zjs can be found at:

	${URLZJS}
	wget ${URLZJS}/foo2zjs.tar.gz

    FOO2OAK
    -------
    The foo2oak engine was written entirely from scratch by Rick Richardson.

    The latest version of foo2oak can be found at:

	${URLOAK}
	wget ${URLZJS}/foo2zjs.tar.gz

You can contact the current author at mailto://rickr@mn.rr.com
I do not read or reply to HTML email or messages sent under an alias.

LICENSE
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

If you want to use this program under different license conditions,
then contact the author for an arrangement.

PATENTS
It is possible that certain products which can be built using the jbig
software module might form inventions protected by patent rights in
some countries (e.g., by patents about arithmetic coding algorithms
owned by IBM and AT&T in the USA). Provision of this software by the
author does NOT include any licences for any patents. In those
countries where a patent licence is required for certain applications
of this software module, you will have to obtain such a licence
yourself.