Re: [Gimp-user] cant win, or break even and what are the rules anyway.

2004-05-03 Thread david
Hi I have been downloading devel packages and some of the problems have gone, apart from checking for gimpprint-config... no checking for GIMP-PRINT - version >= 4.2.0... no *** The gimpprint-config script installed by GIMP-PRINT could not be found *** If GIMP-PRINT was installed in PREFIX, ma

Re: [Gimp-user] cant win, or break even and what are the rules anyway.

2004-05-03 Thread Owen
On Mon, 03 May 2004 10:26:24 +0100 david <[EMAIL PROTECTED]> wrote: > Hi > > I have been downloading devel packages and some of the problems have > gone, apart from > checking for gimpprint-config... no > checking for GIMP-PRINT - version >= 4.2.0... no > *** The gimpprint-config script installe

Re: [Gimp-user] cant win, or break even and what are the rules anyway.

2004-05-03 Thread Sven Neumann
Hi, david <[EMAIL PROTECTED]> writes: > *** Check for libgimpprint failed. You can download it from > *** http://gimp-print.sourceforge.net/ or you can build without it by > passing > *** --disable-print to configure (but you won't be able to print then). > > I have the correct gimpprint install

[Gimp-user] Basic GIMP compilation question

2004-05-03 Thread Barton Bosch
I am running a Red Hat 9.0 system that currently has GIMP 1.2.3 installed on it. I'd like to check out 2.0 and have been trying to figure out how to get it together. I haven't compiled much large, involved software yet so I am running into some fundamental questions. First it looks like I ne

Re: [Gimp-user] Basic GIMP compilation question

2004-05-03 Thread Sven Neumann
Hi, Barton Bosch <[EMAIL PROTECTED]> writes: > I am running a Red Hat 9.0 system that currently has GIMP 1.2.3 > installed on it. I'd like to check out 2.0 and have been trying to > figure out how to get it together. I haven't compiled much large, > involved software yet so I am running into so

Re: [Gimp-user] Basic GIMP compilation question

2004-05-03 Thread Barton Bosch
Sven Neumann wrote: Hi, Barton Bosch <[EMAIL PROTECTED]> writes: I am running a Red Hat 9.0 system that currently has GIMP 1.2.3 installed on it. I'd like to check out 2.0 and have been trying to figure out how to get it together. I haven't compiled much large, involved software yet so I am ru

Re: [Gimp-user] cant win, or break even and what are the rules anyway.

2004-05-03 Thread david
Hi Thanks for the help and suggestions. I finally have got past the ./configure stage with no problems. Do you have a file gimpprint-config ? Where is it? If not I think you need to install libgimpprint1-devel-4.2.XXX.mdk where XXX is your version number off your CD Actually I could not fin

[Gimp-user] picture orientation

2004-05-03 Thread David A Iacobellis
I recently purchased a Nikon D70 camera. After getting the camera I upgraded GIMP to 2.0.1. When I take a picture with the camera oriented horizontal I have no problems. When I take a picture with the camera oriented vertical I have discovered a puzzling glitch. The camera automatically orie

Re: [Gimp-user] picture orientation

2004-05-03 Thread David A Iacobellis
On Monday 03 May 2004 05:54 pm, Nem W Schlecht wrote: Thanks everybody for some great advice and ideas. Dave > David A Iacobellis e-mailed me on Mon May 3 14:51:55 2004 > (Re: "[Gimp-user] picture orientation") > > >I recently purchased a Nikon D70 camera. After getting the camera I > > upgrad

[Gimp-user] Gimp & CinePaint

2004-05-03 Thread Wayne Maeda
There's an interesting article about the GIMP, CinePaint, and the CinePaint developers here: http://www.linuxdevcenter.com/pub/a/linux/2004/04/29/cinepaint.html ___ Gimp-user mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/

Re: [Gimp-user] picture orientation

2004-05-03 Thread David Neary
Hi, David A Iacobellis wrote: > What causes the camera and kuickshow to automatically orient the vertical > photos and is there anyway to get GIMP to do the same or get kuickshow to > stop doing it? When you take photos and set the orientation (horizontal or vertical) in your camera, that infor

[Gimp-user] Merging same image/text on all layers

2004-05-03 Thread Steve M Bibayoff
Hello, How do you merge image/text on too all layers? I have created a multi layer image that will eventually be used as a anmated image. I need to add a logo and text that will be exactly the same on all layers. I can't figure out how to do it. I tried "Merge Down" option, but that give me a

Re: [Gimp-user] Merging same image/text on all layers

2004-05-03 Thread David Neary
Hi Steve, Steve M Bibayoff wrote: > How do you merge image/text on too all layers? I have > created a multi layer image that will eventually be used > as a anmated image. I'd suggest using GAP... GAP creates animations from a numbered series of XCF files, so you get all the advantages of layer

[Gimp-user] Re: [Gimp-developer] Screenshots

2004-05-03 Thread Sven Neumann
Hi, David Neary <[EMAIL PROTECTED]> writes: > I was just looking for some nice looking screenshots to show off > on the GUADEC GIMP pages, and the best ones are all on > developer.gimp.org The problem with the screenshots on dgo is that they are screenshots of the 1.3.x development version. Most

[Gimp-user] More GIMP compilation questions

2004-05-03 Thread Barton Bosch
Thanks to the link to the Red Hat 9.0 RPMs (kudos to xach) I've gotten my system updated far enough to attempt to compile gimp 2.0.1 from source. I've compiled and installed many of the optional packages as well. I am running into a couple of warning messages though, re: gtkhtml2 and the html

[Gimp-user] Screenshots

2004-05-03 Thread David Neary
Hi all, I was just looking for some nice looking screenshots to show off on the GUADEC GIMP pages, and the best ones are all on developer.gimp.org It would be really cool to have lots & lots of screenshots of the GIMP on www.gimp.org. Could someone from the web team take responsibility for this a

Re: [Gimp-user] picture orientation

2004-05-03 Thread Timothy E. Jedlicka - wrk
As mentioned, the exif header info in the jpg is telling kuickshow how to rotate the image. After editing in Gimp, you can use "jpegtran" to change the exif info (to not rotate). jpegtran -rotate 90 file.jpg > newfile.jpg this is a lossless conversion, only effecting the exif header. - Timot

Re: [Gimp-user] Basic GIMP compilation question

2004-05-03 Thread Dave Neary
Hi Barton, Barton Bosch wrote: First it looks like I need to update my GTK+ (2.2.1-4 installed). After I grabbed the newest GTK, GLib, Pango and ATK tar balls as well as GIMP 2.0.1, I realized that I don't know the procedure for updating an RPM with a program from source code. Being honest, if