print directly from ImageMagick (command line)

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
justme24

print directly from ImageMagick (command line)

Post by justme24 »

Hello Is it possible to print directly from ImageMagick to the default printer withe the command line?
jhfry

Re: print directly from ImageMagick (command line)

Post by jhfry »

Linux or windows?
User avatar
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)

Post by fmw42 »

what exactly do you want to print?
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: print directly from ImageMagick (command line)

Post 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.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
justme24

Re: print directly from ImageMagick (command line)

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