Re: printing image full page

2011-07-05 Thread Marc Shapiro
On 07/05/11 19:09, T o n g wrote: On Tue, 05 Jul 2011 17:10:56 +, Camaleón wrote: I'm looking for a script-able way to print any arbitrary image onto a full printer page (letter, A4, etc). . . Mmmm, not sure if you are looking for something like "lp file.jpg -o fitplot" :-? Can you do t

Re: printing image full page

2011-07-05 Thread T o n g
On Tue, 05 Jul 2011 17:10:56 +, Camaleón wrote: >> I'm looking for a script-able way to print any arbitrary image onto a >> full printer page (letter, A4, etc). . . > > Mmmm, not sure if you are looking for something like "lp file.jpg -o > fitplot" :-? Can you do that? ... I can't wait to t

Re: printing image full page

2011-07-05 Thread Camaleón
On Tue, 05 Jul 2011 04:03:05 +, T o n g wrote: > I'm looking for a script-able way to print any arbitrary image onto a > full printer page (letter, A4, etc). > > All the image viewing tools that I tried didn't give me such feature, > and so far the only solution I have is, , , doing it in > w

Re: printing image full page

2011-07-05 Thread William Hopkins
On 07/05/11 at 07:18am, Juan Sierra Pons wrote: > > I'm looking for a script-able way to print any arbitrary image onto a > > full printer page (letter, A4, etc). > > > > All the image viewing tools that I tried didn't give me such feature, and > > so far the only solution I have is, , , doing it i

Re: printing image full page

2011-07-05 Thread lee
T o n g writes: > I'm looking for a script-able way to print any arbitrary image onto a > full printer page (letter, A4, etc). You could try LaTeX. -- html messages are obsolete -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Con

Re: printing image full page

2011-07-04 Thread Bob Proulx
T o n g wrote: > I'm looking for a script-able way to print any arbitrary image onto a > full printer page (letter, A4, etc). I think the following would do it: #!/bin/sh convert "$1" /tmp/printer-image.pdf lpr /tmp/printer-image.pdf Of course that is just the idea. More details should

Re: printing image full page

2011-07-04 Thread Jerome BENOIT
a2ps ? On 05/07/11 06:03, T o n g wrote: Hi, I'm looking for a script-able way to print any arbitrary image onto a full printer page (letter, A4, etc). All the image viewing tools that I tried didn't give me such feature, and so far the only solution I have is,,, doing it in winword. Thanks

Re: printing image full page

2011-07-04 Thread Juan Sierra Pons
Hi, You can try with the convert command (from ImageMagick package) I used this long time ago for scripting some faxes. ImageMagick is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, J

Re: printing image full page

2011-07-04 Thread Doug
On 07/05/2011 12:03 AM, T o n g wrote: Hi, I'm looking for a script-able way to print any arbitrary image onto a full printer page (letter, A4, etc). All the image viewing tools that I tried didn't give me such feature, and so far the only solution I have is,,, doing it in winword. Thanks Wi

printing image full page

2011-07-04 Thread T o n g
Hi, I'm looking for a script-able way to print any arbitrary image onto a full printer page (letter, A4, etc). All the image viewing tools that I tried didn't give me such feature, and so far the only solution I have is, , , doing it in winword. Thanks -- Tong (remove underscore(s) to reply