On Monday 29 October 2001 5:11 pm, John Levon wrote: > On Mon, Oct 29, 2001 at 12:18:13PM +0100, Angus Leeming wrote: > > > I'm using "convert" to create my original pixmap and convert has a -geometry > > option that enables me to specify the dimensions of the final pixmap, but the > > colours of this scaled pixmap are junk: > > > > ". c #0b680b680b680000", > > convert would be the way to go, but it's obviously buggy :(
Well, I achieved success with convert -geometry WxH imagefile PPM:imagefile.ppm ppmtoxpm imagefile.ppm > imagefile.xpm Note that the netpbm routines are MUCH faster than convert, but they don't know as many formats as convert does. Angus