ImageMagick Vertical Barcode

madsmorremadsmorre Member Posts: 40
Hi
I am using ImageMagick to Rotate a barcode picture (.bmp) in order to use a vertical barcode on labels.

I am using the command-line option "Convert.exe c:\temp\test.bmp -rotate -90 c:\temp\test2.bmp". The file is rotatet - this I can see in windows explorer - but I can't import the new picture into Navision (in a picture box). There is a 'Ø' instead of the Picture.

The corresponding horzontal version is no problem to import.

Does anyone knows what I am missing?

Regards
Mads Morre

Comments

  • MBergerMBerger Member Posts: 413
    Check the type of BMP you get as output from your converter, there are a few things that might cause NAV not to display it. If i recall correctly, NAV does not display RLE-compressed BMP's...they have to be uncompressed. BUt there might be other things that cause the same.
  • madsmorremadsmorre Member Posts: 40
    Thank You MBerger

    You lead me in the right direction :D

    I saved the rotated picture as BMP3 format, then I could import it to NAV
    Regards
    Mads Morre
Sign In or Register to comment.