Great! It works! Thank you very much for your support!You might try forcing IM to use BMP3 using a command something like this...
CODE: SELECT ALL
convert qrcode.png -define bmp:format=bmp3 qrcode.bmp
Search found 3 matches
- 2015-12-22T08:32:41-07:00
- Forum: Users
- Topic: Remove ASCII BGRs from BMP
- Replies: 4
- Views: 8640
Re: Remove ASCII BGRs from BMP
- 2015-12-22T07:56:31-07:00
- Forum: Users
- Topic: Remove ASCII BGRs from BMP
- Replies: 4
- Views: 8640
Re: Remove ASCII BGRs from BMP
Additional info:
i've also tried BMP2: option... It removed the BGRs header, but it lets CR6 crash (differently from the saved bmp from Paint...)!
i've also tried BMP2: option... It removed the BGRs header, but it lets CR6 crash (differently from the saved bmp from Paint...)!
- 2015-12-22T07:42:32-07:00
- Forum: Users
- Topic: Remove ASCII BGRs from BMP
- Replies: 4
- Views: 8640
Remove ASCII BGRs from BMP
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 ...