Re: Printing multiple images

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>> From: "ronald9051" <Ron.Beard@xxxxxxxxxxxxxx>
>> Date: Tue, 11 Dec 2007 17:12:03 -0000

>> I have used a program which enabled me to print
>> several images on a page, eg four 6x4 photos on an
>> A4.  I cannot see how to do this in GIMP - is it
>> possible?

Gimp's printing capabilities are notoriously weak,
especially on MS-Windows, I suspect, which is part
of the "MS-DOS standardized _nothing_" that gives
even commercial software developers fits, much less
volunteer labor trying to cater for every
idiosyncracy of every brand of printer.

A really easy way to do what you want though is just
to write a tiny local bit of HTML as a web page, to
lay out the page display 2x2 from the separate
images, and then print that web page from your
browser. That plugs you into the much stronger
printing capabilies browsers supply.

A snippet of web page code vaguely like:

    <html>
    <head>
    </head>
    <body>
    <img src="./image1.jpg">
    <img src="./image2.jpg">
    <br clear=all>
    <img src="./image3.jpg">
    <img src="./image4.jpg">
    </body>

or so should at least give you two rows of two
pictures. Use of <table>...</table> will give
you overwhelmingly more control, but it's hard
to describe in a line or two how to use that.

HTML is the poor man's page image and text fancy
layout, display, and printing tool, and a look at
the Internet will tell you that it is a massively
powerful such tool. Once you learn HTML coding, you
don't really need word processors any more.

xanthian.



List archives: <http://groups.yahoo.com/group/gimpwin-users/>
To unsubscribe send a blank message from the address you're subscribed
to <mailto:gimpwin-users-unsubscribe@xxxxxxxxxxxxxxx> 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/gimpwin-users/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/gimpwin-users/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:gimpwin-users-digest@xxxxxxxxxxxxxxx 
    mailto:gimpwin-users-fullfeatured@xxxxxxxxxxxxxxx

<*> To unsubscribe from this group, send an email to:
    gimpwin-users-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

[Index of Archives]     [Gimp Developers]     [Gimp Users]     [Photos]     [Yosemite News]     [Yosemite Photos]     [Epson Inkjet]     [Scanner]     [Gimp's Home]     [Steve's Art]     [Script Fu]     [GIMP Software]     [GIMP Books]

  Powered by Linux