Re: [Gimp-user] Focus

2005-06-01 Thread Sven Neumann
Hi, Richard Nagle <[EMAIL PROTECTED]> writes: > What I need to do is to refocus the image, or resharpen, > however, unsharpen mask made it worst. > > Are there some plug ins to use, or some methods ? Have you tried http://refocus.sourceforge.net/ yet? Sven _

Re: [Gimp-user] Removing the graph paper grid

2005-06-01 Thread Helen
Hi Laszio, The response I got to a similar Q worked well. Maybe it would be the answer for you. My Q was Subj. Removing lines from scanned image. The suggestion I got was Try Image->Filters->Colors->Color to Alpha to remove the white Good luck. Helen On 5/24/05, Laszlo <[EMAIL PROTECTED]> wrote:

Re: [Gimp-user] Plug ins

2005-06-01 Thread Sven Neumann
Hi, Richard Nagle <[EMAIL PROTECTED]> writes: > Saw a good filter to use, however its in a C# code, needs to be > compile into a plugin for Gimp, how does one do this? http://gimp-sharp.sourceforge.net/ Sven ___ Gimp-user mailing list Gimp-user@lists

Re: [Gimp-user] use existing flag?

2005-06-01 Thread Sven Neumann
Hi, Michael Schumacher <[EMAIL PROTECTED]> writes: > Charles Figura wrote: > >> I'm using gimp on a debian/KDE installation. Is there a 'use-existing' >> type flag for gimp startup? If I click on a few image icons in a konqueror >> window, a separate instance of the Gimp is fired up for each im

Re: Comic Book retro style dots [Re: [Gimp-user] Camera to Comic Book]

2005-06-01 Thread Asif Lodhi
Hi, Alan and Sven, thanks for the help. On Mon, May 30, 2005 at 2:20 AM, Sven Neumann <[EMAIL PROTECTED]> wrote: > You are probably still using GIMP 2.0 then. Yes! 2.0.5. I did downloaded some dependencies for 2.2.6 and will now download any dependencies for 2.2.7 that differ from 2.2.6. As a l

[Gimp-user] Overlaying and scaling images

2005-06-01 Thread Dylan
Hi All, I'm trying to overlay images of maps onto aerial protographs. Using the photo as a background, I need to scale and rotate the map image so that the two line up. Is this possible with the Gimp? What approach should I use? If it's not feasable with Gimp, does anyone know any (Linux) soft

Re: [Gimp-user] Overlaying and scaling images

2005-06-01 Thread Jeffrey Brent McBeth
On Wed, Jun 01, 2005 at 11:38:23PM +0100, Dylan wrote: > Hi All, > > I'm trying to overlay images of maps onto aerial protographs. Using the > photo as a background, I need to scale and rotate the map image so that > the two line up. Is this possible with the Gimp? What approach should I > use?

[Gimp-user] Anyone good at converting/porting scripts from perl to python?

2005-06-01 Thread Rikard Johnels
I have been trying to get Gimp Perl to run without success for a while now. I have decided to try another way.. The script i want to run is as follows; #!/usr/bin/perl use Gimp qw( :auto ); use Gimp::Fu; register"center_guide", "Creates h- & v-guides at the center of the

Re: [Gimp-user] Anyone good at converting/porting scripts from perl to python?

2005-06-01 Thread Carol Spears
On Thu, Jun 02, 2005 at 03:39:30AM +0200, Rikard Johnels wrote: > I have been trying to get Gimp Perl to run without success for a while now. > I have decided to try another way.. > The script i want to run is as follows; > just rewrite it. pyslice has code that uses guides. you can search the g

Re: [Gimp-user] Anyone good at converting/porting scripts from perl to python?

2005-06-01 Thread Joao S. O. Bueno Calligaris
On Wednesday 01 June 2005 22:39, Rikard Johnels wrote: > I have been trying to get Gimp Perl to run without success for a > while now. I have decided to try another way.. > The script i want to run is as follows; > I do not know much perl, but it is quite straightforward. I suppose you know that i

Re: [Gimp-user] Anyone good at converting/porting scripts from perl to python?

2005-06-01 Thread Rikard Johnels
On Thursday 02 June 2005 04.13, Joao S. O. Bueno Calligaris wrote: > #!/usr/bin/python > > #use Gimp qw( :auto ); > #use Gimp::Fu; > # I don't know what this "auto:" means, > #but we normally just import gimpfu in python scripts/ > > from gimpfu import * > > #register        "center_guide", > # the