imagemagick 7.0.1-9 x64 unable to convert jpg2bmp4

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
necros
Posts: 4
Joined: 2016-06-04T05:34:19-07:00
Authentication code: 1151

imagemagick 7.0.1-9 x64 unable to convert jpg2bmp4

Post by necros »

convert 1.jpg BMP4:1.bmp - gives 0 sized file "bmp4"
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: imagemagick 7.0.1-9 x64 unable to convert jpg2bmp4

Post by snibgo »

What does "convert -list format" say about BMP4? In versions I use, BMP4 isn't supported format.
snibgo's IM pages: im.snibgo.com
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: imagemagick 7.0.1-9 x64 unable to convert jpg2bmp4

Post by magick »

-> convert 1.jpg BMP4:1.bmp

-> ls -l BMP4:1.bmp
-rw-------. 1 magick magick 921738 Jun 5 01:58 BMP4:1.bmp
necros
Posts: 4
Joined: 2016-06-04T05:34:19-07:00
Authentication code: 1151

Re: imagemagick 7.0.1-9 x64 unable to convert jpg2bmp4

Post by necros »

True, it isn`t there. Topic can be closed. Thanx
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: imagemagick 7.0.1-9 x64 unable to convert jpg2bmp4

Post by fmw42 »

I believe that BMP4 was the default when just using 1.bmp (so it shows up as BMP not BMP4 in convert -list format). You need to append BMP3: or BMP2:, if you do not want the default BMP4.
Post Reply