Search found 2 matches

by Silenus
2015-05-13T15:40:27-07:00
Forum: Users
Topic: Help with Shell Script for printing
Replies: 3
Views: 2588

Re: Help with Shell Script for printing

I'm not sure either. I'm fairly green when it comes to imagemagick.

I had originally tried this using one command and annotate, however the text was scaled such that it looked horrible when printed.

This script was originally using a chain of commands of xwd2sb and plctrans to output the display ...
by Silenus
2015-05-13T14:47:27-07:00
Forum: Users
Topic: Help with Shell Script for printing
Replies: 3
Views: 2588

Help with Shell Script for printing

Hi All,

I have a printing helper script that is called by my program when a screen shot is taken (using xwd) to print.

Here is what I want it to do:

1) Resize the image so it looks good on Landscape paper, regardless of the input image size
2) Prints a textual header above the input image
3 ...