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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo