[Gimp-user] adjusting colour in PDFs

2010-02-24 Thread Jim W.
i'm using Ubuntu 9.10.

I have severalo PDFs of old books, in which the pages have turned yellow.

I know how to adjust that yellow in individual pictures.  Is there some way
of adjusting it across a total pdf file?

I could take the files apart (pdftoppm) and do each individual picture, a
pain when the numbers get up to 500+, and I've had trouble getting the pdfs
back, together again.  Besides that, when I do, I lose  the ability to search
them.

Any help would be appreciated.

-- 
Jim W. (via www.gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] How to insert text foreground and background color and stroke it

2010-02-24 Thread saulgoode
Quoting user1 :

> I would like to insert several small rectangles of text with a certain
> background and foreground color with a stroke around.
>
> E.g. black text on white background color and a selection stroke around
> each rectangle.
>
> Each text piece should be inserted in one go.
>
> I mean the above items should be part of the text tools options.

That would be a rather aggressive change to the Text Tool, but if you  
wish to suggest it as an enhancement, I would advise that you figure  
out precisely how you would envision it being implemented before  
proposing it to the developers. For example, you would have to add  
controls for specifying a background color, border width, and  
offsetting the text both vertically and horizontally within the text  
layer (currently only the horizontal placement can be specified, and  
that limited to left, center, and right). My personal opinion is that  
adding such controls to Text Tool would be of negligible value, and  
tend towards making its interface more confusing.

> When I e.g. have a green forest, it is difficult to make a text color
> stand clear against the green leaves.
>
> As it is now I have to make a selection and stroke it, and then fill it
> with white, and then insert the text with black.
>
> Is there a way to do this already?

I have mashed up a Script which might prove helpful. Instructions  
appear in comments in the script. I hardcoded the width of the border  
("2") in the script because it seems as though you wish to streamline  
your editing as much as possible, and presenting a dialog to allow a  
selectable width would prove a hindrance. You are free to edit the  
script to change this default.

http://flashingtwelve.brickfilms.com/GIMP/Scripts/sg-backdrop-layer.scm


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


[Gimp-user] Moving images from point a to b animated

2010-02-24 Thread Alchemie foto\grafiche


>The problem I am having now is that when I go to video/move path and then >try
>and edit the source image layer it is empty. How do I get the image in it.

Gap is more geared towards "Frames" then "Layers" animation

Meaning that your input image may be a layer but a layer of  a frame ("Frames"  
are  images, but name with a progressive number..as 1-image.xcf  a frame 
may have only 1 or more layer )

Its a quite important point if you don't want work with frames but only with
single image with many layers may be better found some alternative to GAP

As example this script
http://www.gimptalk.com/forum/-script-fu-move-layers-similar-to-gap%CA%B9s-move-path--t46740.html

and the other of same author you will found in the first page of that board

About the advantage of Frames anymationVS layer animation is simple:
a complex animation may require a lot of layer to be smooth
And a image with some hundreds of layer may easily become too big, as file size 
, may become impossible save or open it without crashes

Working with frames if your computer has sufficient memory to process the 
first, then will be able to process also the others (since once created they 
are automatically saved and  loaded only when needed ..they don't need to be 
all loaded simultaneously 
But in case  of layers of same image is the contrary, you may not load only a 
couple of layer but only all the image




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


[Gimp-user] installing gap plugin

2010-02-24 Thread Alchemie foto\grafiche
Install is quite easy, you jusat have to click on the installer

What may be hard is trace the link of GAP-2.6 for Windows, because is not
reported by Gimp org, and on SourceForge-gimp pages you will found only a very 
obsolete version or the source code

But the good new is that I am hosting here 
http://photocomix-resources.deviantart.com/art/GAP-2-6-for-Gimp-2-6-Windows-135464357

Download button is at left of the illustration, how install included

There are also some extras, (mainly a collection of script fu for animation,) 
but are in a separate folder so you may chose if install only GAP clicking on 
its installer or also something else (for that see instration)
> Message: 2
> Date: Mon, 22 Feb 2010 17:53:04 +0100 (CET)
> From: "Scott" 
> Subject: [Gimp-user] installing gap plugin
> To: gimp-user@lists.XCF.Berkeley.EDU
> Message-ID: <20100222165304.1c5a018064...@a.dev001.net>
> 
> Hey all this may sound stupid but I can not figure out how
> to install the Gap
> plugin to Gimp 2.6 on windows vista. I am kind of a newbie
> on this.
> Can someone help me with this?
> 
> Thanks
> 
> -- 
> Scott (via www.gimpusers.com)



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


[Gimp-user] Moving images from point a to b animated

2010-02-24 Thread Scott
>Scott  wrote:
>
>> Hey thanks for the information. That was the problem was the image was in
>> index mode. Changed it over to RGB and got things to work. I am sitll
having
>> problems but making progress. 
>> 
>> Hey Olivier I could definatly use some help here. If you would like to
>> contact me at scottpersona...@gmail.com I would appreciate it. 
>
>I'll do it today.
>
>> Here is what I have got so far and you can see the problem. I also would
like
>> the train to go a lot slower and also stop at the end. The train is only
2
>> cars long. Tried it like a dozen times and did get it to slow up once but
>> still get the other effects.
>> 
>> http://newbiescentralexch.com/00images/splash/animtrain.gif
>
>To slow up the movement, you need to set the delay in each frame to more
>than the default. To make each new frame hide the preceding one, you
>need to set it in (replace) mode. Thus the name of a given frame would
>be
>
>frame#xx (replace) (200ms)
>
>for example. Then the train would simply move on the Web page. To stop
>it at the end, you need to replace the image itself by another one, or
>at least put a very very long delay in the last frame, say 10ms.
>
>However, when you will use GAP's Move Path tool, it will be much easier,
>and above all you will be able to have a stable landscape behind the
>train, without being obliged to copy and merge the corresponding layer
>with all frames of the animation.
>
I am using the Gap move path tool to do this. I couldn't find replace mode in
the gap move path tool so I tried frame once mode and it seemed to work. I got
it to slow down by changing the (ms) in the frames but now it is kind of
jerky. I know I must be missing something

Example here: http://newbiescentralexch.com/00images/temp/train2.gif

-- 
Scott (via www.gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Genius Pensketch tablet

2010-02-24 Thread Mark C.
>I'm using a Genius Pensketch tablet 9x12 under Windows XP SP3 AMD Athlon
64x2
>dual core 4200+ to run GIMP v2.6.8 and experience a problem with the pen
mouse
>not drawing. The tablet mouse and all other mice draw okay. The pen mouse
will
>move about and select buttons but will not draw in GIMP, Inkscape or Synfig
>but functions okay in Microsoft paint, Artrage and OpenOffice draw.
>The input device selection does not correct the problem.
>In GIMP (and Inkscape/Synfig)the moving arrow is missing on the X axis.
>Anyone any ideas how to rectify this problem?
>
>Problem solved. I received a driver for the mouse stylus pen via KYE systems
and can be downloaded from
http://download.geniusnet.com/2009/Tablet/Gimp_Beta.zip> 
I hope this information is beneficial to other users.
>
>

-- 
Mark C. (via www.gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] How to insert text foreground and background color and stroke it

2010-02-24 Thread user1
> 
> Why use black text? Change the color of the text to suit.
> 
> See Fig 6.5.2 in http://docs.gimp.org/2.6/en/gimp-tool-text.html

I wrote e.g. black text.

It is a suggestion for improvement of the text tool options for the next 
versions of Gimp.

I find the text tool to be quite important.  :-)


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


Re: [Gimp-user] How to insert text foreground and background color and stroke it

2010-02-24 Thread Owen
On Wed, 24 Feb 2010 02:28:55 + (UTC)
user1  wrote:

> I would like to insert several small rectangles of text with a
> certain background and foreground color with a stroke around.
> 
> E.g. black text on white background color and a selection stroke
> around each rectangle.
> 
> Each text piece should be inserted in one go.
> 
> I mean the above items should be part of the text tools options.
> 
> When I e.g. have a green forest, it is difficult to make a text color 
> stand clear against the green leaves.
> 
> As it is now I have to make a selection and stroke it, and then fill
> it with white, and then insert the text with black.
> 
> Is there a way to do this already?
>


Why use black text? Change the color of the text to suit.

See Fig 6.5.2 in http://docs.gimp.org/2.6/en/gimp-tool-text.html


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