convert bmp into smaller ps

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: XnTriq, helmut, xnview

Guest

convert bmp into smaller ps

Post 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?
User avatar
xnview
Author of XnView
Posts: 42479
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: convert bmp into smaller ps

Post 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.