bug converting png to bmp (results in broken images)
Posted: 2018-08-06T14:52:39-07:00
the most basic conversion of a simple png image to a bmp results in an image osx refuses to open (in preview, pixelmator, etc...). also, some hack software I wrote a while ago fails to open it, thinking it's a bmp v4 (it only accepts bmp v5) (this pipeline used to work on older versions of imagemagick, or osx, or some combo).
the command I use is
png used is
bmp result is
yeilds
using macos high sierra (10.13.6)
the command I use is
Code: Select all
convert 0.png ~/Desktop/0.bmp
bmp result is
Code: Select all
convert --version
Code: Select all
Version: ImageMagick 7.0.8-8 Q16 x86_64 2018-07-23 https://www.imagemagick.org
Copyright: © 1999-2018 ImageMagick Studio LLC
License: https://www.imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules
Delegates (built-in): bzlib freetype jng jpeg ltdl lzma png tiff xml zlib