Re: [URGENT]: Convert BMP to PBM

2000-01-10 Thread Arcady Genkin
Well, I have bmptoppm proggie... then I have ppmtopgm... and then pgmtopbm. So your script will look something like: bmptoppm file.ppm | ppmtopgm | pgmtopbm > file.pbm I don't know *for sure* which package those tools came with, but I think it must be one (or both) of the following: , | Opt g

[URGENT]: Convert BMP to PBM

2000-01-10 Thread Nuno Emanuel F. Carvalho
Hi, Where could I find a program which could convert "PC bitmap data, Windows 3.x format" to PBM format !? As I had hundreds os images on BMP I would like a program where I could make a script to convert them automatically. Kind of: $ bmp2pbm Thanks. Regards, Nuno C