Page 1 of 1

convert bmp into smaller ps

Posted: Thu Sep 23, 2004 3:42 pm
by Guest
Hello
I try to conovert my barcode.bmp into a .ps-file in a batchfile.

the command:

Code: Select all

 nconvert -out ps barcode.bmp 
works :D

now I need the ps CR/LF instead of CR and I need the width and height ca. 50% smaller. I tried:
  • -ratio
    -rtype linear
    -size 20000
    -resize100 200
but I had no success. :(

I use NConvert 4.22. Do you know something?

Re: convert bmp into smaller ps

Posted: Fri Sep 24, 2004 7:22 am
by xnview
Anonymous wrote:I try to conovert my barcode.bmp into a .ps-file in a batchfile.

the command:

Code: Select all

 nconvert -out ps barcode.bmp 
works :D

now I need the ps CR/LF instead of CR and I need the width and height ca. 50% smaller. I tried:
  • -ratio
    -rtype linear
    -size 20000
    -resize100 200
but I had no success. :(

I use NConvert 4.22. Do you know something?
Currently the ouput support for ps is very simple.
Pierre.