Page 1 of 1

print directly from ImageMagick (command line)

Posted: 2008-07-30T02:38:28-07:00
by justme24
Hello Is it possible to print directly from ImageMagick to the default printer withe the command line?

Re: print directly from ImageMagick (command line)

Posted: 2008-07-30T10:10:54-07:00
by jhfry
Linux or windows?

Re: print directly from ImageMagick (command line)

Posted: 2008-07-30T10:58:26-07:00
by fmw42
what exactly do you want to print?

Re: print directly from ImageMagick (command line)

Posted: 2008-07-30T19:28:28-07:00
by anthony
The lpr: output delegate should do this. But I have not had a lot of success with this. Try it an let us know. Otherwise you will have to generate the postscript output yourself, again let us know.

Re: print directly from ImageMagick (command line)

Posted: 2008-07-31T00:41:08-07:00
by justme24
I want to print the created image directly to the default windows printer driver

lpr -o 1 -S 127.0.0.1 -P printerName C:\0\composite.gif doesn't work