Sujet : Re: tiff2ps
De : wbe (at) *nospam* UBEBLOCK.psr.com.invalid (Winston)
Groupes : comp.unix.bsd.freebsd.miscDate : 31. Jul 2024, 14:34:21
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <ydle1helcy.fsf@UBEblock.psr.com>
References : 1
User-Agent : Gnus/5.13 (Gnus v5.13)
Gerhard Strangar <
g.s@arcor.de> writes:
I used to use tiff2ps from the tiff port quite a lot. Upgrading from
4.4.0_2 to 4.6.0 removed this tool, as the project dropped the support.
Is there any other small tool or do I need to go for ImageMagick to
convert TIFF to PostScript?
* xv should be able to read and display TIFF files and write them out
as Postscript, but it's not a command line filter.
* If you need a command line solution, there's "tifftopnm | pnmtops"
from the netpbm port/package.
HTH,
-WBE