Version: ImageMagick 7.0.7-22 Q16 x64 2018-01-21
Search found 7 matches
- 2018-01-22T02:04:35-07:00
- Forum: Bugs
- Topic: Bitmaps produced with 7.0.7 have no compression and have incorrect bit-depth in the header (Worked as expected in 7.0.6)
- Replies: 9
- Views: 10197
Re: Bitmaps produced with 7.0.7 have no compression and have incorrect bit-depth in the header (Worked as expected in 7.
The master Windows build is now fixed and I can confirm that this issue is resolved and working as expected with the following version:
- 2018-01-15T02:49:37-07:00
- Forum: Bugs
- Topic: Bitmaps produced with 7.0.7 have no compression and have incorrect bit-depth in the header (Worked as expected in 7.0.6)
- Replies: 9
- Views: 10197
Re: Bitmaps produced with 7.0.7 have no compression and have incorrect bit-depth in the header (Worked as expected in 7.
Ah, it looks like the Windows build is broken. That'll be why I'm not seeing the changes.
https://ci.appveyor.com/project/dlemstr ... ws/history
https://ci.appveyor.com/project/dlemstr ... ws/history
- 2018-01-14T16:00:45-07:00
- Forum: Bugs
- Topic: Bitmaps produced with 7.0.7 have no compression and have incorrect bit-depth in the header (Worked as expected in 7.0.6)
- Replies: 9
- Views: 10197
Re: Bitmaps produced with 7.0.7 have no compression and have incorrect bit-depth in the header (Worked as expected in 7.
I just tried ImageMagick-7.0.7-22_beta20180114-Q16-x64-static.exe and I'm getting the same old output.
I was wondering if I should be using the dll version, but I couldn't find one on the beta list:
https://www.imagemagick.org/download/be ... 64-dll.exe
I was wondering if I should be using the dll version, but I couldn't find one on the beta list:
https://www.imagemagick.org/download/be ... 64-dll.exe
- 2018-01-14T15:28:36-07:00
- Forum: Bugs
- Topic: Bitmaps produced with 7.0.7 have no compression and have incorrect bit-depth in the header (Worked as expected in 7.0.6)
- Replies: 9
- Views: 10197
Re: Bitmaps produced with 7.0.7 have no compression and have incorrect bit-depth in the header (Worked as expected in 7.
If you take a look at my original post, the issue with bit depth never showed up in the output for "magick identify". The problem only appears in other applications (e.g. Windows explorer), which identify it as 24-bit, because that's what bitmap header says. I don't know where "magick identify" gets ...
- 2018-01-14T11:03:21-07:00
- Forum: Bugs
- Topic: Bitmaps produced with 7.0.7 have no compression and have incorrect bit-depth in the header (Worked as expected in 7.0.6)
- Replies: 9
- Views: 10197
Re: Bitmaps produced with 7.0.7 have no compression and have incorrect bit-depth in the header (Worked as expected in 7.
I've just installed the latest beta (ImageMagick-7.0.7-22_beta20180113-Q16-x64-static.exe) and I'm seeing the same (wrong bit depth) behaviour with the aforementioned test case. Am I missing something?
- 2018-01-11T06:42:53-07:00
- Forum: Bugs
- Topic: Bitmaps produced with 7.0.7 have no compression and have incorrect bit-depth in the header (Worked as expected in 7.0.6)
- Replies: 9
- Views: 10197
Re: Bitmaps produced with 7.0.7 have no compression and have incorrect bit-depth in the header (Worked as expected in 7.
As requested, input:
https://www.cyberscience.com/icon1.png
https://www.cyberscience.com/icon2.png
output:
https://www.cyberscience.com/old.bmp (7.0.6)
https://www.cyberscience.com/new.bmp (7.0.7)
https://www.cyberscience.com/icon1.png
https://www.cyberscience.com/icon2.png
output:
https://www.cyberscience.com/old.bmp (7.0.6)
https://www.cyberscience.com/new.bmp (7.0.7)
- 2018-01-11T04:51:36-07:00
- Forum: Bugs
- Topic: Bitmaps produced with 7.0.7 have no compression and have incorrect bit-depth in the header (Worked as expected in 7.0.6)
- Replies: 9
- Views: 10197
Bitmaps produced with 7.0.7 have no compression and have incorrect bit-depth in the header (Worked as expected in 7.0.6)
I've been using imagemagick to create 8-bit bmp icon strips from pngs. After updating to 7.0.7 I found that the application using the strips began asserting that the strips were actually 24-bit. Here's the command I'm using to create the strips. I use 7.0.6 to create old.bmp and 7.0.7 to create new ...