> Does anyone know of a utility that will do something like 'reduce-by-25% > *.jpg'
> Does anyone know of a utility that will do something like 'reduce-by-25% > *.jpg'
Install the pbm utilities (Poskanzer's Bitmap)
Install the jpeg library/utilities
djpeg foo.jpeg | pnmscale 0.25 | cjpeg -optimize > foo.25.jpeg
David K. Drum
djpeg -g foo.jpg | cjpeg -q 10 > small.jpg
This decompresses to GIF and then feeds the GIF into cjpeg to make a JPG of pretty low (in this case, 10) quality (hence small size).
cjpeg and djpeg are freewares available in the usual places - they are installed by default on RH Linux. You still have to play with it a bit to figure out a good internal format to use.
Kenny McCormack
Use John Cristy's ImageMagick.
noble
documented on: 1999.09.13
Good ps to text (or html) converter is here: http://www.nzdl.org/html/prescript.html There are also links to other such tools.
As for converter from rtf or doc format, I know of word2x: http://word2x.alcom.co.uk/ antiword: http://www.winfield.demon.nl/index.html unrtf: http://www.gnu.org/software/unrtf/unrtf.html
Newsgroups: comp.unix.questions > > I got a PS file that is for A4 paper. Is there any way that I can > print the A4 ps file nicely on my letter ps printer?
How about psresize?
psresize -PA4 -pletter in.ps > out.ps
If you do not have psresize, it is part of Angus Duggan's PSUtils
http://www.dcs.ed.ac.uk/home/ajcd/psutils/
Tim
GOCR is optical character recognition software. It converts PNM files into ASCII files.
This is the first alpha release of Qui-ne-faut, an Optical Character Recognition (OCR) filter written for gcc. It extracts individual characters by computing their outlines, providing a very robust, multi-purpose bitmap-to-outline routine, easily reusable. Characters feed a classification tree to perform actual recognition.
This package appears to have moved on into the next world.
I've found a copy of quinefaut at: http://web.mit.edu/afs/sipb.mit.edu/user/jhawk/src/ I'll put up a copy of it somewhere at: http://ftp.iteso.mx/GNULinux ftp://ftp.iteso.mx/pub/GNULinux viva la GPL
awk -F: '{print $1 "," $5}' /etc/passwd | grep '^0' | perl -pe 's/^/6/; s/.,/\n/' !! | sed '1d' !! | head
documented on: 1999.10.22
Convert Microsoft Infoviewer format (.ivt) to HTML. http://www.linux.org/apps/AppId_2630.html
Version: 1.1.0