Re: cannot generate 32bit BMP files using ARGB format
Posted: 2009-05-01T00:24:25-07:00
I don't really know all the internals of BMP file format but if you are telling that what Gimps saves is an BMP3 all we have do to is to improve a little bit the export-to-BMP3 from ImageMagick.
I wasn't able to find *any* program that would fail to load the GIMP BMP/ARGB format and there are 5 cases where the alpha channel is loaded: Windows API , Gimp, Photoshop, Safari and Chrome.
Anyway, I managed to get away from BMP by switching to PNG+some lines of code. But, I would like to continue work with you on solving this because ImageMagick is a great product and I want to improve it.
Thanks,
I wasn't able to find *any* program that would fail to load the GIMP BMP/ARGB format and there are 5 cases where the alpha channel is loaded: Windows API , Gimp, Photoshop, Safari and Chrome.
Anyway, I managed to get away from BMP by switching to PNG+some lines of code. But, I would like to continue work with you on solving this because ImageMagick is a great product and I want to improve it.
Thanks,