Re: [Gimp-user] gimp not respecting locale

2005-11-24 Thread MIlos Prudek
On Wednesday 23 of November 2005 17:29, you wrote:
 env LC_ALL=en_US gimp

Yes, this show english interface.

When I run env LC_ALL=cs_CZ gimp, gimp should shoiw Czech interface, shouldn't 
it? But it does not. 

Curiously, gimp compiled from sources did not show this problem. Only gimp RPM 
included with my current distro, Mandriva 2006, shows this problem. Even 
though locale messages are installed in 

/usr/share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo
/usr/share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo
/usr/share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo
/usr/share/locale/cs/LC_MESSAGES/gimp20.mo

I guess you will now rebuke me for bringing a distro-specific issue to this 
list...

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


Re: [Gimp-user] Decrease many image sizes

2005-11-24 Thread Ezequias Rodrigues da Rocha

The command:

  mogrify -geometry 800x600 *


Works perfectly. My 133 images 1600x1200 where converted in 4 minutes.

Now I can put all in my flickr album.


Thank you Marc

Ezequias Rodrigues da Rocha



Marc Lehmann wrote:


On Tue, Nov 22, 2005 at 11:39:00AM -0300, Ezequias Rodrigues da Rocha [EMAIL 
PROTECTED] wrote:
 


Hi list,

This is my first post and I need now to reduce some pictures from 
   



 


1024x768 pixels to 800x600 pixels of 108 images.
   



  mkdir small
  cp images small
  cd small
  mogrify -geometry 800x600 *

 


Could somone tell me how to do it in the command line ?
   



Use imagemagick.

 



--
Ezequias Rodrigues da Rocha
http://ezequiasrocha.blogspot.com
msn:[EMAIL PROTECTED]

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


Re: [Gimp-user] gimp not respecting locale

2005-11-24 Thread Carol Spears
On Thu, Nov 24, 2005 at 10:19:22AM +0100, MIlos Prudek wrote:
 
 Yes, this show english interface.
 
 When I run env LC_ALL=cs_CZ gimp, gimp should shoiw Czech interface, 
 shouldn't 
 it? But it does not. 
 
 Curiously, gimp compiled from sources did not show this problem. Only gimp 
 RPM 
 included with my current distro, Mandriva 2006, shows this problem. Even 
 though locale messages are installed in 
 
 /usr/share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo
 /usr/share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo
 /usr/share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo
 /usr/share/locale/cs/LC_MESSAGES/gimp20.mo
 
 I guess you will now rebuke me for bringing a distro-specific issue to this 
 list...
 
no rebuking.  when they make things easy for people they also make it
very difficult to find out where it is broken.

there is nothing we can do to fix it either.

maybe there is a lesson here about how the easy way to do things is
often the wrong way, but i am too busy to spend a lot of time working
through that thought that has been already expressed in so many ways by
so many people.

feel free to come back with your next problem.

carol

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


Re: [Gimp-user] gimp not respecting locale

2005-11-24 Thread Raphaël Quinet
On Thu, 24 Nov 2005 10:19:22 +0100, MIlos Prudek [EMAIL PROTECTED] wrote:
[...]
 Curiously, gimp compiled from sources did not show this problem. Only gimp 
 RPM 
 included with my current distro, Mandriva 2006, shows this problem. Even 
 though locale messages are installed in 
 
 /usr/share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo
 /usr/share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo
 /usr/share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo
 /usr/share/locale/cs/LC_MESSAGES/gimp20.mo
 
 I guess you will now rebuke me for bringing a distro-specific issue to this 
 list...

I have never used Mandriva so it will be difficult for me to help.  However,
did you check what is invoked when you run gimp?  Some distributions replace
the GIMP binary by a shell script that does some checks and modifies the
environment.  I do not know if this is the case for Mandriva.

Other than that, you should probably seek help from Mandriva or from other
Mandriva users.  Or fetch the source RPM from Mandriva, extract it and review
the patches that get included when you rebuild.

Good luck,
-Raphaël
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gimp not respecting locale

2005-11-24 Thread MIlos Prudek

  When I run env LC_ALL=cs_CZ gimp, gimp should shoiw Czech interface,
  shouldn't it? But it does not.
 no rebuking.  when they make things easy for people they also make it
 very difficult to find out where it is broken.

OK.

I solved the problem by compiling gimp 2.2.9 from sources. 

Who knows what kind of Voodoo is Mandriva's gimp following. 

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


[Gimp-user] Appending jpg images

2005-11-24 Thread Steve Graham
I split a pdf file into 4 jpegs by using the File/Acquire/Screen Shot option 
to get one then scrolling down the pdf and repeating the process.

I now wish to create a single jpeg of all 4 of them.  This I have no idea how 
to accomplish.  I have tried pulling one into GIMP and  expanding the work 
area to paste in the second but that did not work.

Can someone please give a pointer on how to do this?  Or perhaps a URL?


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


Re: [Gimp-user] Appending jpg images

2005-11-24 Thread Simon Budig
Steve Graham ([EMAIL PROTECTED]) wrote:
 I split a pdf file into 4 jpegs by using the File/Acquire/Screen Shot option 
 to get one then scrolling down the pdf and repeating the process.
 
 I now wish to create a single jpeg of all 4 of them.  This I have no idea how 
 to accomplish.  I have tried pulling one into GIMP and  expanding the work 
 area to paste in the second but that did not work.
 
 Can someone please give a pointer on how to do this?  Or perhaps a URL?

I'd suggest to open the PDF from within the GIMP. This should save you
the work of aligning the screenshots.

However, if this for some reason does not work, open the individual
jpegs and the layer dialog. Then drag the layers from three of the
images to the remaining image, you get an image with multiple layers.
You can use the move tool to adjust the images, you need to resize the
canvas to make them all fit in the image though.

I hope this helps,
Simon
-- 
  [EMAIL PROTECTED]  http://simon.budig.de/
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Color Picker

2005-11-24 Thread Wade Smart

11222005 2005 GMT-5

Is there a color picker option for GIMP? You know where you have a 
little cross hair or wand and you put it over a color to get the color RGB?


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


Re: [Gimp-user] Color Picker

2005-11-24 Thread Owen
Wade Smart wrote:
 11222005 2005 GMT-5
 
 Is there a color picker option for GIMP? You know where you have a
 little cross hair or wand and you put it over a color to get the color RGB?


Have a look at the eye-dropper icon, it 'Picks colors from images'



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


Re: [Gimp-user] Space Between Letters

2005-11-24 Thread Eric P
Wade Smart wrote:
 11232005 1246 GMT-5
 
 I want to put some extra space between letters of some words without
 actually putting in a 'space' from the space bar. How does one do that?
 

You want some kind of kerning adjustment.  The text tool in the 2.3.x series 
has such an adjustment for the text tool.  It's just below the 'line spacing' 
adjustment in the text tool options.

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


Re: [Gimp-user] Transparent Logos...

2005-11-24 Thread Jeff Avveduti




Yes but the background is white? Why is it so hard to save a transparent logo? It was transparent... but when saving it, the background is white.

On Mon, 2005-11-14 at 13:15 +, Donncha O Caoimh wrote:


Hi Jeff,

That's the easy part - save your logo as a .xcf or .jpg  and when you're 
editing a photo load up your logo image. Copy that image by hitting 
CTRL-c to copy, and then select your photo. CTRL-v to paste it.

Take a look at the Layers dialog (CTRL-L if it's not visible) and right 
click on the Floating Selection (pasted layer)  layer and select New 
Layer.

You should be able to drag the logo around your photo now using the 
Move tool (the one with the 4 arrows).

When saving as a jpeg, GIMP will ask you to merge the layers, that's 
perfectly normal.

That's probably something I should do with my own photos!

Hope that helps!
Donncha.

Jeff Avveduti wrote:
 On Tue, 2005-11-08 at 23:23 -0700, Matt Gushee wrote:
 
michael chang wrote:
 On 11/8/05, Jeff Avveduti [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:

[snip]

Can't imagine how that would make a difference at this stage.

 
 Ok, that did it... I was not selecting the texture layer first, then the 
 bump map.
 Very good. How can I save it out to be able to drop it over another 
 picture? Brush? I need to be able to resize it, if nessary.





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


Re: [Gimp-user] Transparent Logos...

2005-11-24 Thread Jeffrey Brent McBeth
On Thu, Nov 24, 2005 at 03:37:34PM -0600, Jeff Avveduti wrote:
 Yes but the background is white? Why is it so hard to save a transparent
 logo? It was transparent... but when saving it, the background is white.

Probably because you are saving it in a format that doesn't support
transparency, like JPEG.  If you do that, it asks you to flatten the image,
and will fill in transparency with the background color (more or less).  If
you want to maintain transparency, keep the logo in xcf, or png (they both
support 8-bit transparency)

Jeff

-- 

Computer Science is as much about computers as astronomy is about telescopes
-- Edsger Wybe Dijkstra (1930-2002)



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


Re: [Gimp-user] Appending jpg images

2005-11-24 Thread Steve Graham
On Thursday 24 November 2005 1:02 pm, Simon Budig wrote:
 Steve Graham ([EMAIL PROTECTED]) wrote:
  I split a pdf file into 4 jpegs by using the File/Acquire/Screen Shot
  option to get one then scrolling down the pdf and repeating the process.
 
  I now wish to create a single jpeg of all 4 of them.  This I have no idea
  how to accomplish.  I have tried pulling one into GIMP and  expanding the
  work area to paste in the second but that did not work.
 
  Can someone please give a pointer on how to do this?  Or perhaps a URL?

 I'd suggest to open the PDF from within the GIMP. This should save you
 the work of aligning the screenshots.

 However, if this for some reason does not work, open the individual
 jpegs and the layer dialog. Then drag the layers from three of the
 images to the remaining image, you get an image with multiple layers.
 You can use the move tool to adjust the images, you need to resize the
 canvas to make them all fit in the image though.

 I hope this helps,
 Simon

Simon,

   Thanks for the idea.  Opened the pdf in Gimp and saved it as a jpeg.  Took 
care of the conversion and now the file was small enough to upload.

   Thanks again.


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


Re: [Gimp-user] Transparent Logos...

2005-11-24 Thread Carol Spears
On Thu, Nov 24, 2005 at 03:37:34PM -0600, Jeff Avveduti wrote:
 Yes but the background is white? Why is it so hard to save a transparent
 logo? It was transparent... but when saving it, the background is white.
 
two things.  on this list we remove the portions that do not pretain to
the exchange and we also reply under the relative portions.  we wrote a
web page, you can find it on the web site that describes what we
consider to be etiquette -- not everyone agrees and we know this.  if
you have problems finding the web site or the page there, let me know
so that we can make it easier to find.

the other thing is that jpegs cannot by definition contain transparency.
they just were not made for that.

carol

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


Re: [Gimp-user] Transparent Logos...

2005-11-24 Thread Carol Spears
On Thu, Nov 24, 2005 at 02:26:18PM -0800, Carol Spears wrote:
 On Thu, Nov 24, 2005 at 03:37:34PM -0600, Jeff Avveduti wrote:
  Yes but the background is white? Why is it so hard to save a transparent
  logo? It was transparent... but when saving it, the background is white.
  
 two things.  on this list we remove the portions that do not pretain to
 the exchange and we also reply under the relative portions.  we wrote a
 web page, you can find it on the web site that describes what we
 consider to be etiquette -- not everyone agrees and we know this.  if
 you have problems finding the web site or the page there, let me know
 so that we can make it easier to find.
 
 the other thing is that jpegs cannot by definition contain transparency.
 they just were not made for that.
 
s/pretain/pertain/

sorry.

carol

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


Re: [Gimp-user] Transparent Logos...

2005-11-24 Thread Jeff Avveduti







Probably because you are saving it in a format that doesn't support
transparency, like JPEG.  If you do that, it asks you to flatten the image,
and will fill in transparency with the background color (more or less).  If
you want to maintain transparency, keep the logo in xcf, or png (they both
support 8-bit transparency)

Jeff



Ok, I know this is silly... but I am a baby in Gimp. Please bear with me...and thanks to everyone who has been answering my question.

That was what I was doing so that fixes that issue.
Now, the instructions given is using a texture background. How can I just make a logo with a transparent background and then save it as mentioned above? 

New --- size, background transparent -- add text --- bump map--- now what? I don't see what I did?
I know this is silly but



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