[Gimp-user] Gimp Java Batch not working

2014-03-07 Thread Andreas Truszkowski
Hi there, I am new to Gimp and first I want to thank the Gimp community for such a great application. But here is my problem. I try to process images from within a Java application. When I run the assembled batch command the gimp console writes that the execution was successfull. But

Re: [Gimp-user] Gimp Java Batch not working

2014-03-07 Thread Andreas Truszkowski
... the Java code :) : File imageFile = new File(this.targetDir.getPath() + File.separator + UUID.randomUUID().toString() + .png); File testFile = new File(this.targetDir.getPath() + File.separator + test.png); Tools.compressJpegFile(imageFile, inImage, 1.0f);

Re: [Gimp-user] Toolbox problem

2014-03-07 Thread Reinhardt Christiansen
Hello Gunold, Thank you for the link but I'm afraid my German is not terribly good. I've lived in Canada all my life, not Germany; my mother describes my German with the word Deutschverderber ;-) I think I got the essence of the video though so I'll try to figure out the rest by imitating

[Gimp-user] Beginner question, rotating photo cube

2014-03-07 Thread Bob Shaw
Good day, I`m a new user and require some guidance to create a rotating photo cube using map object. I am working with windows 7, and have Gimp 2.8 and GAP 2.6 installed. I have verified some tutorials and saw a Youtube project with a rotating photo cube. I have followed the example but my

[Gimp-user] Lighten / Darken tool is where?

2014-03-07 Thread pfaoro
I've found most of the tools I want (color balance / lasso, etc.) but I can't find the tool to lighten / darken images, selections, or layers. Where can I find such a tool? Is it in a drop-down? what is it called? is it a toolbox icon? Thanks! -- pfaoro (via www.gimpusers.com/forums)

Re: [Gimp-user] Lighten / Darken tool is where?

2014-03-07 Thread Pat David
Under the Colors menu there are many different options for adjusting these parameters (Color Balance, Hue-Saturation, Colorize, Brightness-Contrast, Threshold, Levels, Curves, etc.) Note that these will be applied to the currently selected layer. On Fri, Mar 7, 2014 at 10:19 AM, pfaoro

Re: [Gimp-user] Lighten / Darken tool is where?

2014-03-07 Thread scl
On 7.3.2014 at 5:19 PM pfaoro wrote: I've found most of the tools I want (color balance / lasso, etc.) but I can't find the tool to lighten / darken images, selections, or layers. Where can I find such a tool? Is it in a drop-down? what is it called? is it a toolbox icon? We have three

Re: [Gimp-user] Gimp Java Batch not working

2014-03-07 Thread Kevin Cozens
On 14-03-07 04:52 AM, Andreas Truszkowski wrote: But here is my problem. I try to process images from within a Java application. When I run the assembled batch command the gimp console writes that the execution was successfull. But actually nothing happens. Here is my Java code: [snip]

[Gimp-user] Lighten / Darken tool is where?

2014-03-07 Thread pfaoro
To all who replied, thank you very much; your help is sincerely appreciated On 7.3.2014 at 5:19 PM pfaoro wrote: We have three tools for this: - for the easy way: the Brightness/Contrast Tool, - for the intermediate way: the Levels Tool, - for the expert way: the Curves Tool. You find them in

[Gimp-user] Resynthesizer 1.0 bug-clone tool not working after resynthesize

2014-03-07 Thread Crs Mrn
Hi. I have some problems with Resynthesizer. I make a selection, then I go to filters-map- Resynthesize. If I try to use clone or healing brush tool after that, they are not working. I am using Gimp 2.8 on Windows XP SP3. ___ gimp-user-list mailing list

Re: [Gimp-user] Gimp Java Batch not working

2014-03-07 Thread Ofnuts
On 03/07/2014 10:54 AM, Andreas Truszkowski wrote: ... the Java code :) : File imageFile = new File(this.targetDir.getPath() + File.separator + UUID.randomUUID().toString() + .png); File testFile = new File(this.targetDir.getPath() + File.separator + test.png);