[lug] Image conversion.

Scott Herod scott.herod at colorado.edu
Sat Dec 23 11:21:20 MST 2000


No, the libgr-progs package.  RPM seems to be

rpm --query -f `which ppmtobmp`

libgr-progs-2.0.13-23 

Scott

John Starkey wrote:
> 
> Is this imagemagick that yer talking about?
> 
> On Fri, 22 Dec 2000, Scott A. Herod wrote:
> 
> > Looks like ppmtogif wants a file name so try
> >
> > foreach file ( *.bmp )
> > set outfile=`echo $file | sed 's/bmp/ppm/'`
> > bmptoppm $file | ppmtogif > $outfile
> > end
> >
> >
> > "Scott A. Herod" wrote:
> > >
> > > How about
> > >
> > > bmptoppm *.bmp | ppmtogif
> > >





More information about the LUG mailing list