Remove ASCII BGRs from BMP
Posted: 2015-12-22T07:42:32-07:00
Hi,
my name is Stefano, and I'm a member of IT staff in a multisite company.
I have to insert QR Codes in our Crystal Report 6 (used for internally develop applications) that can accept ONLY BMP.
I have created qr in png, and then converted them using ImageMagick convert.exe into bmp, but CR6 cannot recognize them correctly.
I guess I found the issue: opening the converted bmp with notepad, I see the initial string with BGRs entry (I guess color profile).
I've tried to open that bmp with MS Paint and then simply saved it again: the resulting saved bmp does NOT have that ASCII BGRs value, and CR6 can read it properly!!!
I wish to use convert to automatically do the above: I've tried -strip / +profile options, but with no result.
Could you please let me know how I can achieve my goal?
Thank you in advance
my name is Stefano, and I'm a member of IT staff in a multisite company.
I have to insert QR Codes in our Crystal Report 6 (used for internally develop applications) that can accept ONLY BMP.
I have created qr in png, and then converted them using ImageMagick convert.exe into bmp, but CR6 cannot recognize them correctly.
I guess I found the issue: opening the converted bmp with notepad, I see the initial string with BGRs entry (I guess color profile).
I've tried to open that bmp with MS Paint and then simply saved it again: the resulting saved bmp does NOT have that ASCII BGRs value, and CR6 can read it properly!!!
I wish to use convert to automatically do the above: I've tried -strip / +profile options, but with no result.
Could you please let me know how I can achieve my goal?
Thank you in advance