[Gimp-user] Help in installing GIMP from source

2010-11-01 Thread Benjamin Tan
What libraries are needed to install GIMP from source on Windows OS? Thank you, Benjamin Tan ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Re: [Gimp-user] Help in installing GIMP from source

2010-11-01 Thread Ofnuts
This is really a question to ask on gimp-deveoper. If you look in the recent archives of that list, the person who maintains the gimp-win installers answered the same question very recently (to sum it up: not for the faint of heart:-). On 11/01/2010 07:07 AM, Benjamin Tan wrote: What

Re: [Gimp-user] Printing Problem

2010-11-01 Thread Tom Williams
On 10/31/2010 05:11 PM, geoffrey wrote: I just installed gimp with Ubuntu 10.10. Simple problem. Any way I try to print, the printer produces a blank sheet of paper. HPDeskJetPro prints any other program's output. It seems that the package on Ubuntu gets the 2,6.10 with the cairo software

[Gimp-user] command line syntax for windows

2010-11-01 Thread JamesMaeding
Hello All, I spent a bunch of time trying to figure out the correct syntax for running a scm that converted a file to .jpg. The GIMP help was fine for the scm code, but not so good for the command prompt of windows. Here is what I found to work for a script named save-as-jpg.scm: (i am on win 7

[Gimp-user] command line syntax for windows

2010-11-01 Thread JamesMaeding
Ok, seemed I needed to use the console exe. Now code is: C:\Program Files (x86)\GIMP-2.0\bin\gimp-console-2.6.exe -i -b (save-as-jpg \DSC_2636-Color24Bit.png\ 0.7 \DSC_2636-Color24Bit.jpg\) -b (gimp-quit 0) Now to see if i can speed up the loading of GIMP for this as it took a few seconds

[Gimp-user] command line syntax for windows

2010-11-01 Thread JamesMaeding
Another revision, i think this is optimized now for speed and (non)visibility of dos window: start convert /min C:\Program Files (x86)\GIMP-2.0\bin\gimp-console-2.6.exe -i -d -f -b (save-as-jpg \usgs.png\ 0.7 \usgs.jpg\) -b (gimp-quit 0) So I am using the dos Start command now, for its nice

[Gimp-user] command line syntax for windows

2010-11-01 Thread JamesMaeding
ok, one last post, as i am getting tired of replying to myself, although not getting tired of solving things i have needed for a long time :) I realized I did not have full paths on the file, which is another syntax figuring out task. This works: start convert /min C:\Program Files

Re: [Gimp-user] Printing Problem

2010-11-01 Thread Sven Neumann
On Mon, 2010-11-01 at 01:11 +0100, geoffrey wrote: I just installed gimp with Ubuntu 10.10. Simple problem. Any way I try to print, the printer produces a blank sheet of paper. HPDeskJetPro prints any other program's output. It seems that the package on Ubuntu gets the 2,6.10 with the cairo