[Gimp-user] Re: Placement of pasted selections

2005-12-29 Thread Tristan Miller
Greetings. In article [EMAIL PROTECTED], David Herman wrote: Say I have two images of the same size (9952×7016) open. I select an arbitrary region from the first image and Edit-Copy it. Then I switch to the second image and Edit-Paste. Unfortunately, GIMP seems to put the selection wherever

[Gimp-user] Re: Placement of pasted selections

2005-12-29 Thread Tristan Miller
Greetings. In article [EMAIL PROTECTED], Sven Neumann wrote: (It was previously suggested to me that I copy the entire image and paste it as a new layer in the second image, and then copy between layers instead of between images. However, this is undesirable due to the large size of images

Re: [Gimp-user] Re: Placement of pasted selections

2005-12-29 Thread Joao S. O. Bueno Calligaris
On Thursday 29 December 2005 08:37 am, Tristan Miller wrote: Greetings. In article [EMAIL PROTECTED], Sven Neumann wrote: (It was previously suggested to me that I copy the entire image and paste it as a new layer in the second image, and then copy between layers instead of between

Re: [Gimp-user] Re: Placement of pasted selections

2005-12-29 Thread Vytautas P.
If images are equal size and coordinates are the same, you can do this manually, I think. Just remember coordinates from selection. Select area in first image, copy it, make selection of the same size and location in second one and then paste. And you can make separate layer from that

[Gimp-user] Image Resolution

2005-12-29 Thread Demetrius Jones
Is there way to change the default image resolution in the Gimp for Windows so that I do not get the following message[URL=""> Yahoo! Shopping Find Great Deals on Holiday Gifts at Yahoo! Shopping ___ Gimp-user mailing list

Re: [Gimp-user] Image Resolution

2005-12-29 Thread Sven Neumann
Hi, Demetrius Jones [EMAIL PROTECTED] writes: Is there way to change the default image resolution in the Gimp for Windows so that I do not get the following message [URL=http://imageshack.us][IMG]http://img247.imageshack.us/img247/3944 /gimpmessage7nk.jpg[/IMG][/URL] You are

Re: [Gimp-user] Image Resolution

2005-12-29 Thread Tom Williams
Sven Neumann wrote: Hi, Demetrius Jones [EMAIL PROTECTED] writes: Is there way to change the default image resolution in the Gimp for Windows so that I do not get the following message [URL=http://imageshack.us][IMG]http://img247.imageshack.us/img247/3944

Re: [Gimp-user] Image Resolution

2005-12-29 Thread Axel Wernicke
Am 29.12.2005 um 16:50 schrieb Tom Williams: You are getting this message because the image file you are opening has an invalid image resolution. Changing the default resolution is not going to change that. You better fix the image instead. How could he fix the image? Hmm, probably by

[Gimp-user] Re: Placement of pasted selections

2005-12-29 Thread Tristan Miller
Greetings. In article [EMAIL PROTECTED], Joao S. O. Bueno Calligaris wrote: I see you had not actually tried it. :-) Well, I had, but I was making assumptions about the causes of any delays. You can also work a python-fu /script-fu script to do a paste located stuff - the way I can think of

Re: [Gimp-user] Re: Placement of pasted selections

2005-12-29 Thread User1001
There is also a Perl interface for GIMPv2 at http://search.cpan.org/~sjburges/Gimp-2.2pre1/Gimp.pm but I have not coded anything to use it so can't offer any insight to its use. Tristan Miller wrote: Greetings. In article [EMAIL PROTECTED], Joao S. O. Bueno Calligaris wrote: I see you

[Gimp-user] gimp-python source wanted

2005-12-29 Thread Tristan Miller
Greetings. I'm looking for the source package for the latest version of gimp-python. The official FTP distribution site at ftp://ftp.daa.com.au/pub/james/pygimp/ is rejecting connections. If someone could point me to an FTP or HTTP mirror, that would be great. Regards, Tristan -- _

[Gimp-user] Re: smooth a 2 color image

2005-12-29 Thread Tristan Miller
Greetings. In article [EMAIL PROTECTED], mickeydog wrote: I have an image in 2 colors (bw, no greys). How do I smooth the edges while maintaing 2 colors? For example, suppose the following represents a segment of the image (where B = black pixel and W = white pixel) WWWBW WWWBW WBBBW

Re: [Gimp-user] Placement of pasted selections

2005-12-29 Thread Owen
This probably comes up as a new thread as I don't have the original, this is off the archives Tristan Miller did write; Say I have two images of the same size (9952×7016) open. I select an arbitrary region from the first image and Edit-Copy it. Then I switch to the second image and

Re: [Gimp-user] Re: gimp-python source wanted

2005-12-29 Thread Manish Singh
On Fri, Dec 30, 2005 at 03:16:18AM +0100, Tristan Miller wrote: Greetings. In article [EMAIL PROTECTED], Manish Singh wrote: On Fri, Dec 30, 2005 at 12:47:43AM +0100, Tristan Miller wrote: Greetings. I'm looking for the source package for the latest version of gimp-python. The

Re: [Gimp-user] Re: gimp-python source wanted

2005-12-29 Thread Joao S. O. Bueno Calligaris
On Friday 30 December 2005 12:16 am, Tristan Miller wrote: Greetings. In article [EMAIL PROTECTED], Manish Singh wrote: On Fri, Dec 30, 2005 at 12:47:43AM +0100, Tristan Miller wrote: Greetings. I'm looking for the source package for the latest version of gimp-python. The official FTP

Re: [Gimp-user] Re: gimp-python source wanted

2005-12-29 Thread Joao S. O. Bueno Calligaris
On Friday 30 December 2005 12:55 am, Manish Singh wrote: It isn't very straightforward to build things piecemeal like that, though it is *possible* if you know what you're doing. Better to file a bug with SuSE and get them to package it. been there:

[Gimp-user] Python-fu script for Placement of pasted selections

2005-12-29 Thread Joao S. O. Bueno Calligaris
On Thursday 29 December 2005 08:43 am, Tristan Miller wrote: 1. Store the top left coordinates (x,y) of the selection. 2. Copy the selection. 3. Switch to the second image. 4. Paste. 5. Move the selection to (x,y). 6. Anchor the selection. sel_transfer.py Description: application/python