[Gimp-developer] Why does growning the selection rounds the corners?

2008-11-22 Thread [EMAIL PROTECTED]
Hello, Could anyone tell me why growing the selection rounds the corners? Many, many times I just want to grow rectangle selection by some pixels and don't want it to be rounded. So I have to always take the rectangle selection tool and adjust them. Could you add this feature?

[Gimp-developer] Interactive adjustment of image quality for lossy image formats ...

2008-11-15 Thread [EMAIL PROTECTED]
Hi guys, Me again. As previously discussed, in order for the new jpeg-2000 plugin to be useful, it is necessary to be able to save images with user selectable compression ratios. I've taken a look at the jpg save setup in GIMP and have noted that there is a quality slider, but, unless I'm

Re: [Gimp-developer] Interactive adjustment of image quality forlossy image formats ...

2008-11-15 Thread [EMAIL PROTECTED]
Hi Martin, Thanks for your prompt response. Hackish is fine ... Next job, locating the source to the jpeg plugin so I can grab the basics and merge ... Best regards, Steve. Original Message: - From: Martin Nordholts [EMAIL PROTECTED] Date: Sat, 15 Nov 2008 15:24:33 +0100

[Gimp-developer] Upgrading the new jpeg-2000 plugin to add a quality slider with real-time preview ...

2008-11-15 Thread [EMAIL PROTECTED]
You rock. Thanks, Steve. [EMAIL PROTECTED] wrote: Hi Martin, Thanks for your prompt response. Hackish is fine ... Next job, locating the source to the jpeg plugin so I can grab the basics and merge ... The code for it is in plug-ins/file-jpeg/jpeg-save.c - Martin

[Gimp-developer] make the layer name still

2008-11-03 Thread [EMAIL PROTECTED]
hi guys and girls :) I know that adding grouping of layers requires recreating of xcf format. Working on dozens of layers requires lots of attention and good sense of orientation. ;) I've found another inconvenience. Namely: suppose that we have 50 layers (nothing unusual), current layer is at

[Gimp-developer] new jpg2000 plugin

2008-10-28 Thread [EMAIL PROTECTED]
Hy i just try the plugin on windows XP jpg2000 has subcategories at least my viewers,Xnview display 2 options to save as jpg2000. 1 JPG2-LuraWawe-JPEG-2000-Format and 2 JG2-JPEG-2000-JPG2-File-Format The plugin open successfully preview and the file ONLY for type 1 LuraWawe Type 2

[Gimp-developer] Building GIMP plugins on Windows is more compilcated than it needs to be ... (continued)

2008-10-27 Thread [EMAIL PROTECTED]
Please don't spread misinformation. Mozilla switched to MSYS from cygwin for Firefox 3.x years ago, because cygwin sucked. Mozilla has switched to MSYS, though not so long ago - for the Gecko 1.9 branch. I haven't noticed Cygwin sucking. I have noticed MSYS sucking. And the rest of the build

[Gimp-developer] Compiling LibOpenJPEG using MINGW/MSYS

2008-10-27 Thread [EMAIL PROTECTED]
Windows XP : MINGW/MSYS [EMAIL PROTECTED] ~/j2k/openjpeg $ make gcc -Wall -O3 -ffast-math -std=c99 -fPIC -Ilibopenjpeg -c libopenjpeg/j2k_lib.c -o libopenjpeg/j2k_lib.o libopenjpeg/j2k_lib.c:1: warning: -fPIC ignored for target (all code is position independent) libopenjpeg/j2k_lib.c:31:26: sys

Re: [Gimp-developer] Compiling LibOpenJPEG using MINGW/MSYS

2008-10-27 Thread [EMAIL PROTECTED]
Anyone know where I can get a valid sys/resource.h sys/times.h ? On a Unix system of your choice. Ok. I choose Cygwin, as it contains these files. Is this OK ? I've copied the files from this crappy system into my MSYS/MINGW tree. This is the same tree I'm using for my mozilla build

[Gimp-developer] A new GIMP JPEG-2000 Plugin is now available ...

2008-10-25 Thread [EMAIL PROTECTED]
Hi guys, I checked out the existing GIMP JPEG-2000 plugin and found it to be unstable. It also built against a very old version of OpenJPEG. I have therefore made a new one that should be a little more useful. This new GIMP JPEG-2000 plugin is now available from :

[Gimp-developer] A new GIMP JPEG-2000 Plugin is now available ...

2008-10-25 Thread [EMAIL PROTECTED]
else wants to pick this up and run with it, you are most welcome to do so ! Anyway, this was a quick dirty get it up and running first pass. Still work to do, but it's a start ! Best regards, Steve. [EMAIL PROTECTED] wrote: Hi guys, This new GIMP JPEG-2000 plugin is now available from

[Gimp-developer] (no subject)

2008-10-25 Thread [EMAIL PROTECTED]
Well I'm not sure it is valid to call it faulty since you've obviously managed to build something with it, but it doesn't sound as if you at all use the build system GIMP is meant to be build with, namely autotools (Automake, Autoconf etc). I did the following :- Windows XP development system,

[Gimp-developer] (no subject)

2008-10-25 Thread [EMAIL PROTECTED]
Hi Sven, It would be a lot easier though if you just learned some of the basics about our build system. You would then realize that it also works nicely on Windows. You just need to know what you are doing. Feel free to ask. I looked on your website, ran a few searches and could not find an

Re: [Gimp-developer] GIMP WebAccess via ajax-webinterface

2007-12-23 Thread [EMAIL PROTECTED]
Hi I'm not saying that a web hosted image manipulation/processing/compositing application is in any way unfeasible on top of GEGL. Thoughts have been put into making the design fit such scenarios as well in the process of making it versatile. If a web server front-end shows up (which would

Re: [Gimp-developer] Nice new feature for gimp

2007-10-18 Thread [EMAIL PROTECTED]
i can't build, smh.h missing :( Liquid rescale sounds nice but is only for rescaling. This feature would also be nice just having in windows resizing in order to keep the important objets safe while working. pygmee ___ Gimp-developer mailing list

Re: [Gimp-developer] Where all developers are?

2007-08-31 Thread [EMAIL PROTECTED]
Hi, i'm not a developer but i'm using gimp since ten years (nearly the early days). It is true that there are now many applications. Just think of : - those photo organizer such as F-Spot or digikam+ShowFoto, which are made for we, good fathers - more cool apps (you mention panos like Hugin),

[Gimp-developer] Looking to hire a Gimp Script/Foo developer

2007-02-12 Thread [EMAIL PROTECTED]
Hi All, We are a prominent web company that uses the Gimp ScriptFoo, controlled by customized web interfaces to produce fairly simple images. This is entirely server/browser based. Project: Our version of the Gimp is in need of updating and some of our scripts need to be optimized, as well as a

Re: [Gimp-developer] Using drawables with preview

2006-12-05 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: :On Sun, 2006-12-03 at 14:52 -0800, [EMAIL PROTECTED] wrote: : : What I'm writing is straightforward- it's a linear (i.e. one-dimensional) unsharp :mask. (I'm probably not the first to do this, but it's a good learning opportunity, :and it confirmed my hunch

[Gimp-developer] Using drawables with preview

2006-12-03 Thread [EMAIL PROTECTED]
no effect on the preview (since that is taken from the processed rgn_out data). Any help would be appreciated, thank you. - [EMAIL PROTECTED] _ Get your FREE OiNK-Mail --- http://www.oink.co.uk Adopt an animal today and help support wildlife

Re: [Gimp-developer] Using drawables with preview

2006-12-03 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: :On Sun, 2006-12-03 at 12:05 -0800, [EMAIL PROTECTED] wrote: : However, I want to annotate the PREVIEW (*without* modifying the : original image's drawable) using gimp_pencil(). That requires a : GimpDrawable, but rgn_out- i.e. the processed pixels which are used

Re: [Gimp-developer] Using drawables with preview

2006-12-03 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: : :If that is true, then you definitely don't want to use : :gimp_pencil() or similar functions. : : Umm... that's *exactly* what I wanted to do. : But from your reply I guess that (a) it's not possible, or (b) it's a bad idea...? : :Anything is possible

Re: [Gimp-developer] GIMP 2.3.4

2005-09-25 Thread [EMAIL PROTECTED]
It's easier on everybody if you just modify the splash screen to have a message to the effect of "PRERELEASE VERSION INTENDED FOR DEVELOPMENT TESTING ONLY" rather than forcing people to one day have to do extra work because of someone's arbitrary timeout policy. The message could even tell where

Re: [Gimp-developer] New Colors toplevel menu

2005-08-04 Thread [EMAIL PROTECTED]
Perhaps mode isn't the most descriptive word for the feature. A word like Gamut might be more appropriate. _-T ___ Try Juno Platinum for Free! Then, only $9.95/month! Unlimited Internet Access with 250MB of Email Storage. Visit

Re: [Gimp-developer] Re: [Gegl-developer] The GUADEC meeting

2005-06-06 Thread [EMAIL PROTECTED]
One thought, if the complexity is worth it: when the menus are rearranged, GIMP could also provide a way of calling up the standard organized menus on the fly, or even make a way for alternate menus to be selectable and customizable at runtime, persistence could be an option. _-T

Re: [Gimp-developer] Re: Reply to Considered Harmful

2005-06-01 Thread [EMAIL PROTECTED]
When implemented correctly, the options of * reply and * reply-all offer a choice between * sending to the originator and * sending to the group. It seems to be implemented correctly to me. _-T ___ Get Juno Platinum for as

[Gimp-developer] Spiffy new server at cvs.gimp.org?

2005-04-11 Thread [EMAIL PROTECTED]
Is there a timeline for the spiffy new server at http://cvs.gnome.org to be brought online? If it's not coming soon, can we get the spiffy old server back? _-T ___ Speed up your surfing with Juno SpeedBand. Now includes pop-up

Re: MDI [was Re: [Gimp-developer] Report from GIMP talk at FOSDEM]

2005-03-02 Thread [EMAIL PROTECTED]
] ...to see some kind of MDI support... ]I'd like to... Could it be possible to dynamically turn this feature on and off? Usually MDI gets in the way, but sometimes (editing multiple sessions, for example) it would be helpful to have it for just a moment and turn it back off afterwards.

Re: [Gimp-developer] rectangle tools

2005-03-01 Thread [EMAIL PROTECTED]
] ] A) Use a dialog ... annoying (like popup ads). ] ] ] B) Use the Tool Options ... Good choice. ] ] ]C) Use the status bar...(x, y, width, height) entry boxes... ] ]...A little button in a corner of the status bar ... ] ] Tool Options would be more consistent ]Not really...likely to be

Re: [Gimp-developer] rectangle tools

2005-02-25 Thread [EMAIL PROTECTED]
] A) Use a dialog ... Dialog boxes that get in the way are annoying (like popup ads). ] B) Use the Tool Options ... Good choice. People already look there for similar control. ]C) Use the status bar...(x, y, width, height) entry boxes... ]...A little button in a corner of the status bar ...

Re: [Gimp-developer] how to use status bar?

2005-02-15 Thread [EMAIL PROTECTED]
I've been trying to come up with a way to get the clone tool to show a message in the status area saying Ctrl-click to set source whenever the source needs to be set. Maybe when the cursor needs to be set, instead of displaying the (/) [NO] cursor, clicking could do something useful like

Re: [Gimp-developer] script-fu documentation

2005-01-21 Thread [EMAIL PROTECTED]
I would hope that if ScriptFu is pulled out, TinyFu will also provide an interpreter directly in GIMP's GUI that one can use interactively. (I haven't used TinyFu)... Perhaps the two interpreters could also co-exist as part of the normal build for one release, at least, while scripts get

Re: [Gimp-developer] jpeg-exif development summary

2005-01-19 Thread [EMAIL PROTECTED]
] Raphael's proposal sounds right on the money to me. ] ]It comes down to a question of what's most annoying: ](1) having to rotate manually an unknown, but possibly quite small ]number of existing images, on a one-off basis, or ](2) having to dismiss (or find a way of permanently disabling) an

Re: [Gimp-developer] jpeg-exif development summary

2005-01-08 Thread [EMAIL PROTECTED]
]It's a bummer that it's not something like UTF-8 (and quite odd, ]if the spec came from Japan), but editing ASCII is still useful ]for quite a large number of people. ] ]What do modern cameras sold in Japan save in the EXIF fields? Japan has a romanized alphabet that's corresponds to their

Re: [Gimp-developer] panel and winning splash

2004-12-13 Thread [EMAIL PROTECTED]
it can't be missed verbatum. _-T Juno Gift Certificates Give the gift of Internet access this holiday season. http://www.juno.com/give ___ Gimp-developer mailing list [EMAIL PROTECTED] http

Re: [Gimp-developer] Why not allow the name to be configurable?

2004-12-12 Thread [EMAIL PROTECTED]
Juno Gift Certificates Give the gift of Internet access this holiday season. http://www.juno.com/give ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Scissors tool

2004-12-07 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Judging panel for splashes

2004-12-06 Thread [EMAIL PROTECTED]
/give ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

[Gimp-developer] autogen.sh on msys

2004-11-22 Thread [EMAIL PROTECTED]
stores. ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] image growing size - is it true? is it normal?

2004-11-19 Thread [EMAIL PROTECTED]
Juno Platinum $9.95. Juno SpeedBand $14.95. Sign up for Juno Today at http://www.juno.com! Look for special offers at Best Buy stores. ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp

Re: [Gimp-developer] image growing size - is it true? is it normal?

2004-11-19 Thread [EMAIL PROTECTED]
for special offers at Best Buy stores. ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Things left to do with gfig.

2004-11-15 Thread [EMAIL PROTECTED]
list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

[Gimp-developer] Path to Grid idea

2004-11-11 Thread [EMAIL PROTECTED]
list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Selection to brush/pattern/whatever in menus...

2004-11-10 Thread [EMAIL PROTECTED]
://www.juno.com! Look for special offers at Best Buy stores. ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Dialog layouts in 2.2pre1

2004-11-05 Thread [EMAIL PROTECTED]
offers at Best Buy stores. ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] whishes for Gimp

2004-11-01 Thread [EMAIL PROTECTED]
surfing with Juno SpeedBand. Now includes pop-up blocker! Only $14.95/ month - visit http://www.juno.com/surf to sign up today! ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Console window on Win32

2004-09-17 Thread [EMAIL PROTECTED]
-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Console window on Win32

2004-09-14 Thread [EMAIL PROTECTED]
-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Console window on Win32

2004-09-13 Thread [EMAIL PROTECTED]
. Get your name as your email address. Includes spam protection, 1GB storage, no ads and more Only $1.99/ month - visit http://www.mysite.com/name today! ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu

Re: [Gimp-developer] Console window on Win32

2004-09-13 Thread [EMAIL PROTECTED]
Get your name as your email address. Includes spam protection, 1GB storage, no ads and more Only $1.99/ month - visit http://www.mysite.com/name today! ___ Gimp-developer mailing list [EMAIL PROTECTED

[Gimp-developer] ctrl / radio buttons

2004-09-02 Thread [EMAIL PROTECTED]
as your email address. Includes spam protection, 1GB storage, no ads and more Only $1.99/ month - visit http://www.mysite.com/name today! ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Color Management

2004-08-19 Thread [EMAIL PROTECTED]
) The best thing to hit the Internet in years - Juno SpeedBand! Surf the Web up to FIVE TIMES FASTER! Only $14.95/ month - visit www.juno.com to sign up today! ___ Gimp-developer mailing list [EMAIL PROTECTED] http

Re: [Gimp-developer] Color Management

2004-08-14 Thread [EMAIL PROTECTED]
-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

[Gimp-developer] Color Management

2004-08-13 Thread [EMAIL PROTECTED]
- visit www.juno.com to sign up today! ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

[Gimp-developer] Entschuldigen Sie bitte die Störung!

2002-05-31 Thread [EMAIL PROTECTED]
ceci pour cela! Big brother is watching you? ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

[Gimp-developer] infocenter

2002-04-19 Thread [EMAIL PROTECTED]
Title: mail studio pixArt for other sizes and run calculate euro 25,82 for makereadyplus euro 6,2 per sq.mt. or euro

[Gimp-developer] GRAND OPENING www.tooltoad.com GRAND OPENING

2001-03-03 Thread [EMAIL PROTECTED]
The management ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer