Re: [Gimp-user] several images combined in a single file

2008-12-23 Thread Owen
On Tue, 23 Dec 2008 19:28:30 +
Olga Lyashevska  wrote:

> On Tue, 2008-12-23 at 07:08 +0530, Sridhar M.A. wrote:
> > It does have controls to resize and move objects, etc. Why don't you
> > give it a try? Sorry, if I have missed it : What is the OS you are
> > using? Inkscape is available for both GNU/Linux and MS Windows.
> > Have a look at http://inkscape.org.
> 
> I am using Ubuntu 8.10
> My problem is solved, I have done it manually using Inkscape.
> Still searching for more elegant solution though...



As Sven said, looks like you really should use Scribus. There are two
available versions. 1.3.3.12 which is stable and 1.3.5-svn which is
the development version

I suggest you try and get the 1.3.5 version as it will be ok for photo
layouts, but more importantly, has inbuilt filters to touch up photos,
(or you can still us the gimp)


Owen 
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] several images combined in a single file

2008-12-23 Thread Olga Lyashevska
On Tue, 2008-12-23 at 07:08 +0530, Sridhar M.A. wrote:
> It does have controls to resize and move objects, etc. Why don't you
> give it a try? Sorry, if I have missed it : What is the OS you are
> using? Inkscape is available for both GNU/Linux and MS Windows. Have a
> look at http://inkscape.org.

I am using Ubuntu 8.10
My problem is solved, I have done it manually using Inkscape.
Still searching for more elegant solution though...

Cheers,
Olga

___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] several images combined in a single file

2008-12-22 Thread Sridhar M.A.
On Mon, Dec 22, 2008 at 09:20:49PM +, Olga Lyashevska wrote:
   > 
   > On Mon, 2008-12-22 at 14:18 +0530, Sridhar M.A. wrote:
   > > If the OP's intention is just to place images in a matrix, I would
   > > also suggest inkscape for the job. Placing and moving around is much
   > > easier in inkscape. 
   > 
   > Just a quick try. I need more searching on how to do it. Do I have a
   > control over size as described above?
   > 
It does have controls to resize and move objects, etc. Why don't you
give it a try? Sorry, if I have missed it : What is the OS you are
using? Inkscape is available for both GNU/Linux and MS Windows. Have a
look at http://inkscape.org.

Regards,

-- 
Sridhar M.A. GPG KeyID : F6A35935
  Fingerprint: D172 22C4 7CDC D9CD 62B5  55C1 2A69 D5D8 F6A3 5935

Roses are red;
Violets are blue.
I'm schizophrenic,
And so am I.


signature.asc
Description: Digital signature
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] several images combined in a single file

2008-12-22 Thread Olga Lyashevska
On Sun, 2008-12-21 at 23:57 +, Olga Lyashevska wrote:
> I wonder if there is a way to combine a few images in one file, so
> that
> they will be placed side by side (something like tiles) in columns
> spanning across several rows? All images are of the same size which is
> predefined (7cm x 7cm). I want to print them as a single file.

Thank you all for your suggestions!
It took me quite a while to try everything out.
Here are some preliminary results and further questions.

On Mon, 2008-12-22 at 11:06 +1100, Owen wrote:
> How many images?

30 images

> File->New and set the size of the new image to 35cmx14cm and white
> background
> Then add 10 layers, name the layers picture1-picture10
> Go to your first image and copy it
> Select the first layer and paste it
> Then position it
> The anchor it
> Then do image 2 on layer 2 as the active layer etc until all is done

It seems like a reliable and rather straightforward approach, but it is
probably a bit tedious for 30 images?

On Sun, 2008-12-21 at 23:23 -0500,
saulgo...@flashingtwelve.brickfilms.com wrote:
> You can use the "File->Open As Layers" command to open multiple into  
> one image as separate layers.
> Second, I wrote a Script-fu a while back which adds a command  
> ("Filters->Map->Mosaicize") which will arrange all of the layers in  
> grid. 

I have added the script, and tried it out. It works fine, but my images
have predefined 'print size' which is 5.5cmx5.5cm but different 'pixel
size'. So I get a matrix with images of different size. I am not sure
how to go about this problem? Can I explicitly  control the size of the
input (5.5cmx5.5cm) and the output (A4,21cmx29.7cm)?

On Mon, 2008-12-22 at 14:18 +0530, Sridhar M.A. wrote:
> If the OP's intention is just to place images in a matrix, I would
> also suggest inkscape for the job. Placing and moving around is much
> easier in inkscape. 

Just a quick try. I need more searching on how to do it. Do I have a
control over size as described above?

On Mon, 2008-12-22 at 19:48 +0100, Sven Neumann wrote:
> What you are describing is the job of a page layout program. You might
> want to try Scribus.

Same as above. 

On Mon, 2008-12-22 at 12:11 +1030, David Gowers wrote:
> IMO this problem is better dealt with by ImageMagick, which has a
> 'montage' command for this purpose.

It is my preferred option. It seems that I can specify the size of input
and output.
I have tried the following:

montage input file1.jpg file2.jpg file3.jpg ... file12.jpg output1.jpg
montage input file13.jpg file14.jpg file15.jpg ... file24.jpg
output2.jpg
montage input file25.jpg file25.jpg file27.jpg ... file30.jpg
output3.jpggimp-u...@lists.xcf.berkeley.edu

I want to get 2 full A4 with 3x4 and one half full with 3x2
I want to specify -size geometry 5.5cmx5.5cm and -page geometry
21cmx29.7cm, -tile geometry 3x4 (and 3x2 for the last output). However
the only option is the size of the image in pixels and not cm. How to
deal with it? What would be the correct syntax?
 
Thank you all for your help!
Regards,
Olga

___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] several images combined in a single file

2008-12-22 Thread Sven Neumann
Hi,

On Sun, 2008-12-21 at 23:57 +, Olga Lyashevska wrote:

> I wonder if there is a way to combine a few images in one file, so that
> they will be placed side by side (something like tiles) in columns
> spanning across several rows? All images are of the same size which is
> predefined (7cm x 7cm). I want to print them as a single file.

What you are describing is the job of a page layout program. You might
want to try Scribus.


Sven


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] several images combined in a single file

2008-12-22 Thread Sridhar M.A.
On Sun, Dec 21, 2008 at 11:23:28PM -0500, 
saulgo...@flashingtwelve.brickfilms.com wrote:
   > Quoting Olga Lyashevska :
   > 
   > > I am using GIMP 2.6.1 on Ubuntu 8.10
   > >
   > > I wonder if there is a way to combine a few images in one file, so that
   > > they will be placed side by side (something like tiles) in columns
   > > spanning across several rows? All images are of the same size which is
   > > predefined (7cm x 7cm). I want to print them as a single file.
   > 
   > You can use the "File->Open As Layers" command to open multiple into  
   > one image as separate layers.
   > 
If the OP's intention is just to place images in a matrix, I would also
suggest inkscape for the job. Placing and moving around is much easier
in inkscape.

Regards,

-- 
Sridhar M.A. GPG KeyID : F6A35935
  Fingerprint: D172 22C4 7CDC D9CD 62B5  55C1 2A69 D5D8 F6A3 5935

The most important service rendered by the press is that of educating
people to approach printed matter with distrust.
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] several images combined in a single file

2008-12-21 Thread saulgoode
Quoting Olga Lyashevska :

> Dear All,
>
> I am using GIMP 2.6.1 on Ubuntu 8.10
>
> I wonder if there is a way to combine a few images in one file, so that
> they will be placed side by side (something like tiles) in columns
> spanning across several rows? All images are of the same size which is
> predefined (7cm x 7cm). I want to print them as a single file.

You can use the "File->Open As Layers" command to open multiple into  
one image as separate layers.

Second, I wrote a Script-fu a while back which adds a command  
("Filters->Map->Mosaicize") which will arrange all of the layers in  
grid. The script automatically determines the number of rows and  
colors (attempting to keep the resulting image as square as possible)  
and will center each layer within a "cell" sized just large enough to  
ensure that no layers overlap.

None of the original layers are modified, they are just moved around.  
A background layer (filled with gray) is created which will provide  
"framing" around any layers which are smaller than the layer's cell.

The script can be downloaded from
http://flashingtwelve.brickfilms.com/GIMP/Scripts/mosaicize.scm



___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] several images combined in a single file

2008-12-21 Thread David Gowers
On Mon, Dec 22, 2008 at 10:36 AM, Owen  wrote:
>> Dear All,
>>
>> I am using GIMP 2.6.1 on Ubuntu 8.10
>>
>> I wonder if there is a way to combine a few images in one file, so
>> that
>> they will be placed side by side (something like tiles) in columns
>> spanning across several rows? All images are of the same size which is
>> predefined (7cm x 7cm). I want to print them as a single file.
>>
>> It looks like a trivial problem, but I cannot find a solution.
>>
>> Suggestions?

IMO this problem is better dealt with by ImageMagick, which has a
'montage' command for this purpose.

>
>
> How many images?
>
> Say there are 10 images and you want two rows.
>
> File->New and set the size of the new image to 35cmx14cm and white
> background
>
> Then add 10 layers, name the layers picture1-picture10
>
> Go to your first image and copy it
>
> Select the first layer and paste it
>
> Then position it
>
> The anchor it
>
> Then do image 2 on layer 2 as the active layer etc until all is done

If you do it this way, I suggest setting up the grid and enabling
'snap to grid' first :)

David
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] several images combined in a single file

2008-12-21 Thread Olga Lyashevska
Dear All,

I am using GIMP 2.6.1 on Ubuntu 8.10

I wonder if there is a way to combine a few images in one file, so that
they will be placed side by side (something like tiles) in columns
spanning across several rows? All images are of the same size which is
predefined (7cm x 7cm). I want to print them as a single file.

It looks like a trivial problem, but I cannot find a solution.

Suggestions?

Thank you in advance,
Olga
 


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] several images combined in a single file

2008-12-21 Thread Owen
> Dear All,
>
> I am using GIMP 2.6.1 on Ubuntu 8.10
>
> I wonder if there is a way to combine a few images in one file, so
> that
> they will be placed side by side (something like tiles) in columns
> spanning across several rows? All images are of the same size which is
> predefined (7cm x 7cm). I want to print them as a single file.
>
> It looks like a trivial problem, but I cannot find a solution.
>
> Suggestions?


How many images?

Say there are 10 images and you want two rows.

File->New and set the size of the new image to 35cmx14cm and white
background

Then add 10 layers, name the layers picture1-picture10

Go to your first image and copy it

Select the first layer and paste it

Then position it

The anchor it

Then do image 2 on layer 2 as the active layer etc until all is done





Owen

___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user