[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/pyth

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: https://bugzilla.novell.com/show_bug.cgi

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

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 > >> g

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

2005-12-29 Thread Owen Cook
On Fri, 30 Dec 2005, Tristan Miller wrote: > > Hm... one does not get that impressed by Googling for "gimp-python" and > reading the first site that comes up > , which purports to be the > official distribution site. > > I'll try downloading the whole GIM

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

2005-12-29 Thread Tristan Miller
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 distribution site at >>

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

2005-12-29 Thread Manish Singh
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 distribution site at > is rejecting connections. If > someone could point me to a

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 Edit-

[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 (b&w, 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 > WWW

[Gimp-user] Re: Problems Editing a Scanned Image

2005-12-29 Thread Tristan Miller
Greetings. In article <[EMAIL PROTECTED]>, Mark Phillips wrote: > I need some help getting a scanned image into an OpenOffice document > without the black speckled background. This is what I did: > > 1. Used XSANE 0.97 to scan the signature form my HP G95 printer/scanner. > 2. Saved as tiff file

[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 is rejecting connections. If someone could point me to an FTP or HTTP mirror, that would be great. Regards, Tristan -- _ _V.

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 s

[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 th

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 setti

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 /gimpmessage7nk.jp

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]

[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 Gimp-user@lists.XCF.Berk

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 paste

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

[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 >> s

[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 selecti