How do I print in mirror image

I want to print some iron-ons (like for t-shirts) which requires printing the document in reverse (aka mirror image). Does anyone know a way to do this in Ubuntu 11.10? As far as I know, my printer does not have the function built in.

2

1 Answer

That can be easily done from lp/lpr command line: check file:///usr/share/cups/doc-root/help/options.html#MIRROR (available online) on your system.

The -o mirror option flips each page along the vertical axis to produce a mirrored image:

lp -o mirror filename
lpr -o mirror filename

This is typically used when printing on T-shirt transfer media or sometimes on transparencies.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like