Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!caen!Firewall!uunet!sdl.mdcbbs.com!alanb From: alanb@sdl.mdcbbs.com Newsgroups: comp.graphics Subject: Re: GIF viewer on VT100 Message-ID: <1991Jun14.143521.1@sdl.mdcbbs.com> Date: 14 Jun 91 13:35:21 GMT References: <19403.9106101930@uk.ac.keele.seq1> <1991Jun12.204756.2743@intacc.uucp> Organization: Shape Data Ltd. (McDonnell Douglas M&E, Cambridge UK) Lines: 32 Nntp-Posting-Host: shapeg Nntp-Posting-User: alanb In article <1991Jun12.204756.2743@intacc.uucp>, mann@intacc.uucp (Jeff Mann) writes: > In article <19403.9106101930@uk.ac.keele.seq1> csw22@keele.ac.uk writes: >>Does anyone know of a Un*x program that will let me view GIFs on a >>standard VT100 dumb text terminal ? >> >>-- Rob -- >> /-----------------------------------\ >> | Rob Barth - csw22@uk.ac.keele | >> \-----------------------------------/ > > Yes, it's not too difficult. [Unix -> Mac -> PC -> Unix omitted except] > do this step in pbmplus or something on unix for this step, but Photoshop > has nice menus.) > > | Jeff Mann Inter/Access Artists' Computer Centre, Toronto [416] 535-8601 | > | ...uunet!mnetor!intacc!mann intacc!mann@nexus.yorku.ca mann@intacc.uucp | If you can live without a menu interface you can do it all with pbmplus cat foo.gif | giftoppm | ppmtopbm | pbmtoascii > foo.ascii pbmplus comes with the X11R4 distribution (among other places). Output from pbmtoascii is described in the man page as "a somewhat crude ASCII graphic" - I've no idea what the tools Jeff describes are like. pbmplus also has assorted tools (e.g. scale, contrast normalisation, edge enhancement, smoothing) that might or might not help at some point in the pipe. alanb@sdl.mdcbbs.com Alan Braggins "My own opinions" - and I haven't tried GIF with pbm. Works for Sun raster or xwd to ASCII though.