On Wed, Jan 31, 2001 at 07:04:43PM +0000, Anthony Campbell wrote: > I used to have a program called convert which changed, e.g. pcx to xpm > or whatever. It seems to have disappeared and I can't find it on the > debian site. > > Anyone know where it's gone?
Same place it's always been, as part of ImageMagick. 'apt-get install imagemagick' -- CueCat decoder .signature by Larry Wall: #!/usr/bin/perl -n printf "Serial: %s Type: %s Code: %s\n", map { tr/a-zA-Z0-9+-/ -_/; $_ = unpack 'u', chr(32 + length()*3/4) . $_; s/\0+$//; $_ ^= "C" x length; } /\.([^.]+)/g;