Search found 7 matches

by Jools
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: 9505

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:
Version: ImageMagick 7.0.7-22 Q16 x64 2018-01-21
by Jools
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: 9505

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
by Jools
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: 9505

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...
by Jools
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: 9505

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?
by Jools
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: 9505

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....