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