I'm not sure. I reinstalled it many times and tested. Then I went here to describe the problem.
Previously I used installation file named "ImageMagick-7.0.1-3-Q16-x64-dll.exe"
Now "ImageMagick-7.0.1-3-Q16-x64-static.exe" and is good.
Search found 7 matches
- 2016-05-15T10:54:23-07:00
- Forum: Bugs
- Topic: convert from file type BMP to PNG bug
- Replies: 11
- Views: 14840
- 2016-05-14T16:12:26-07:00
- Forum: Bugs
- Topic: convert from file type BMP to PNG bug
- Replies: 11
- Views: 14840
Re: convert from file type BMP to PNG bug
Finally I got it working.
The static version helped. I'm not sure why there are so many versions if only one works best.
Sorry if this mightly was a false alarm of a bug, but when someone will reproduce it, maybe will find the answer here.
The static version helped. I'm not sure why there are so many versions if only one works best.
Sorry if this mightly was a false alarm of a bug, but when someone will reproduce it, maybe will find the answer here.
- 2016-05-14T16:01:26-07:00
- Forum: Bugs
- Topic: convert from file type BMP to PNG bug
- Replies: 11
- Views: 14840
Re: convert from file type BMP to PNG bug
I checked something. I moved folder with these "missing" files to other place, and then convert throws the errors only in English and it didn't generated any images. It behave different than with the files in proper place. It looks like some part of the program know where the files are, and some can ...
- 2016-05-14T11:08:17-07:00
- Forum: Bugs
- Topic: convert from file type BMP to PNG bug
- Replies: 11
- Views: 14840
Re: convert from file type BMP to PNG bug
Yes. There are few differecnes in file interpretation and few errors. :/ Maybe I don't have installed something? Here are debug info both from working and not working versions. The goal: create PNG file from BMP8bit indexed colors with alpha channel based on a certain color. The code I have used for ...
- 2016-05-14T08:55:59-07:00
- Forum: Bugs
- Topic: convert from file type BMP to PNG bug
- Replies: 11
- Views: 14840
Re: convert from file type BMP to PNG bug
OK, the best version which works is 6.8.8-3 and available at http://ftp.icm.edu.pl/packages/ImageMagick/binaries/ImageMagick-6.8.8-3-Q16-x64-static.exe Something serious was messed up in the never versions because sometimes works (after format), sometimes not. Note that I didn't checked every ...
- 2016-05-14T06:37:24-07:00
- Forum: Bugs
- Topic: convert from file type BMP to PNG bug
- Replies: 11
- Views: 14840
Re: convert from file type BMP to PNG bug
Thanks for the respond
The version is 1.6.20
About OR operator and grep, it fails the command line, I'm at Windows Console, but that's another thing which doesn't matter now.
Isn't the bug related to bad element of structure and adding input file header to output instead of producing new header?
The version is 1.6.20
About OR operator and grep, it fails the command line, I'm at Windows Console, but that's another thing which doesn't matter now.
Isn't the bug related to bad element of structure and adding input file header to output instead of producing new header?
- 2016-05-14T05:27:37-07:00
- Forum: Bugs
- Topic: convert from file type BMP to PNG bug
- Replies: 11
- Views: 14840
convert from file type BMP to PNG bug
Hello everyone! I try to explain my problem as best as I can. I have many bitmaps and when I'm converting by simple method convert "bitmap.bmp" "bitmap.png" or magick convert "bitmap.bmp" "bitmap.png" the file is indeed converted, but the header still remains for BITMAP "BM" so the programs have ...