Amazing. Worked perfectly.
Take the rest of the day off. Tell them some guy on the internet said it was OK!
thanks again,
tony o.
Search found 2 matches
- 2018-02-16T10:49:30-07:00
- Forum: Users
- Topic: Converting XPM to BMP
- Replies: 2
- Views: 2299
- 2018-02-15T17:02:26-07:00
- Forum: Users
- Topic: Converting XPM to BMP
- Replies: 2
- Views: 2299
Converting XPM to BMP
OK, so I have an XPM file that is about 23x39 pixels, or about 7.3kb in size.
I want to convert this to a 64x96 pixel BMP file, using 256 colors per pixel.
So I try
magick image.xpm -resize 64x96 -colors 256 BMP2:image.bmp
The BMP file is now 18kb, and the bit depth is 24, not good.
If I use ...
I want to convert this to a 64x96 pixel BMP file, using 256 colors per pixel.
So I try
magick image.xpm -resize 64x96 -colors 256 BMP2:image.bmp
The BMP file is now 18kb, and the bit depth is 24, not good.
If I use ...