Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Output positioning options used by Gimp when printing to CUPS
#4
Dont know for your exact requirements but the gutenprint setup uses a straight
Code:
lp -s -d "printername
-s page size and -d the destination printer.
So I assume that gimp formats the image and exports the whole page as a postscript file to /var/spool/cups/
No need to go there, Gimp will print straight to a postscript file, https://i.imgur.com/pHMjihL.jpg and that can be printed.
Code:
lpr -P "printername" -l output.ps
where -l is for a preformatted page. Best check the parameters with 'man lpr;

No idea if that works, never tried it
Reply


Messages In This Thread
RE: Output positioning options used by Gimp when printing to CUPS - by rich2005 - 01-18-2022, 06:07 PM

Forum Jump: