I'm trying to create windows XP wallpaper compatible BMP.
After some research I supposed that this would work:
convert wallpaper.png -format BMP2 wallpaper.bmp
but the output is the same as
convert wallpaper.png wallpaper.bmp
I'm sure I need BMP2 format and both commands are giving BMP3+
Any suggestion will be appreciated, thanks.
Create windows XP wallpaper compatible BMP
Re: Create windows XP wallpaper compatible BMP
I'm not sure what effect, if any, the -format option has on 'convert'. Try
convert wallpaper.png BMP3:wallpaper.bmp
convert wallpaper.png BMP3:wallpaper.bmp
Re: Create windows XP wallpaper compatible BMP
That worked perfectly, now I can see my command was giving me BMP4 and I needed BMP3 or BMP2.Jason S wrote:I'm not sure what effect, if any, the -format option has on 'convert'. Try
convert wallpaper.png BMP3:wallpaper.bmp
It's weird that this is not document or it is very hidden in the documentation.
Thanks.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Create windows XP wallpaper compatible BMP
seeIt's weird that this is not document or it is very hidden in the documentation.
http://www.imagemagick.org/Usage/formats/#bmp
Re: Create windows XP wallpaper compatible BMP
Nice, I thought the new docs had more complete info than the old docs, guess I was wrong, thanks.fmw42 wrote:seeIt's weird that this is not document or it is very hidden in the documentation.
http://www.imagemagick.org/Usage/formats/#bmp