print directly from ImageMagick (command line)
print directly from ImageMagick (command line)
Hello Is it possible to print directly from ImageMagick to the default printer withe the command line?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: print directly from ImageMagick (command line)
what exactly do you want to print?
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: print directly from ImageMagick (command line)
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.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: print directly from ImageMagick (command line)
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
lpr -o 1 -S 127.0.0.1 -P printerName C:\0\composite.gif doesn't work