RE: Printing multiple images

"Barry" <barry-6o0M1lOS4GJWk0Htik3J/[email protected]>
Newsgroups gmane.comp.video.gimp.windows.user
Message-ID <[email protected]>
Windows Vista or XP can do this already - just open the folder, select any
one or more images, and one of the choices on the left allows you to print
and in the process choose how you want the images to appear on the page.

 

Ben

 

  _____  

From: [email protected] [mailto:[email protected]]
On Behalf Of Kent Paul Dolan
Sent: Wednesday, December 12, 2007 6:20 AM
To: [email protected]
Subject: Re: [gimpwin-users] Printing multiple images

 

>> From: "ronald9051" <Ron.Beard@btinterne
<mailto:Ron.Beard%40btinternet.com> t.com>
>> 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.

 



[Non-text portions of this message have been removed]



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-hHKSG33TihhbjbujkaE4pw@public.gmane.org> 
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:[email protected] 
    mailto:gimpwin-users-fullfeatured-hHKSG33TihhbjbujkaE4pw@public.gmane.org

<*> To unsubscribe from this group, send an email to:
    gimpwin-users-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.