imagemagick 7.0.1-9 x64 unable to convert jpg2bmp4
imagemagick 7.0.1-9 x64 unable to convert jpg2bmp4
convert 1.jpg BMP4:1.bmp - gives 0 sized file "bmp4"
-
- 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
What does "convert -list format" say about BMP4? In versions I use, BMP4 isn't supported format.
snibgo's IM pages: im.snibgo.com
Re: imagemagick 7.0.1-9 x64 unable to convert jpg2bmp4
-> convert 1.jpg BMP4:1.bmp
-> ls -l BMP4:1.bmp
-rw-------. 1 magick magick 921738 Jun 5 01:58 BMP4:1.bmp
-> ls -l BMP4:1.bmp
-rw-------. 1 magick magick 921738 Jun 5 01:58 BMP4:1.bmp
Re: imagemagick 7.0.1-9 x64 unable to convert jpg2bmp4
True, it isn`t there. Topic can be closed. Thanx
- 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
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.