Re: [Hampshire] Convert 8-bit .bmp to 32 bit

Top Page

Reply to this message
Author: Bob Dunlop
Date:  
To: hampshire
Subject: Re: [Hampshire] Convert 8-bit .bmp to 32 bit
Hi,

On Tue, Jan 26 at 10:35, Keith Edmunds wrote:
> This should be trivial, but I'm struggling to do it.
>
> I have a few 8-bit .bmp files that I want to convert to 32 bit. I realise
> they won't look any different... I have tried:


Can't do 32 but if you don't mind using 15 year old tech Xv will convert
to 24 bit. Is that close enough for you ?

$ file x.bmp
x.bmp: PC bitmap, Windows 3.x format, 480 x 270 x 8
$ xv x.bmp
Right click to get the control panel, select 24 bit mode and save the file.
$ file y.bmp
y.bmp: PC bitmap, Windows 3.x format, 480 x 270 x 24
$ ls -l
total 528
-rw-r--r-- 1 rjd rjd 130450 Jan 27 08:26 x.bmp
-rw-r--r-- 1 rjd rjd 388854 Jan 27 08:27 y.bmp


-- 
        Bob Dunlop