Re: [Gimp-developer] Order of Menu items (2.2Pre2)

2004-11-28 Thread Sven Neumann
Hi,

Owen Cook <[EMAIL PROTECTED]> writes:

> Possibly of zero relevance but the installation of 2.2Pre installed a
>
> /test/gimp-2.2/etc/gimp/2.0/gimprc
>
> I have a number of other installations and the gimprc file seemed to be
> installed in a sub directory that reflected the version, eg,
>
> /opt/etc/gimp/2.1/gimprc

That is the correct behaviour for GIMP 2.2 which is a backward
compatible replacement for GIMP 2.0. This has been explained further
in the release notes.


Sven
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Order of Menu items (2.2Pre2)

2004-11-27 Thread Owen Cook

On Sun, 28 Nov 2004, Sven Neumann wrote:

> Owen <[EMAIL PROTECTED]> writes:
> 
> > Could someone advise me what to edit to get the default menu listing
> > for interpolation to show "Cubic (Best)" instead of "Linear"

> 
> You don't need to hack the source to edit your preferences. GIMP has a
> dialog for this or you could edit your gimprc:

>   (interpolation‐type linear)
> 
>   Sets  the  level  of  interpolation  used  for scaling and other
>   transformations.  Possible values are none, linear and cubic.
> 


Thank you.

Possibly of zero relevance but the installation of 2.2Pre installed a

/test/gimp-2.2/etc/gimp/2.0/gimprc

I have a number of other installations and the gimprc file seemed to be
installed in a sub directory that reflected the version, eg,

/opt/etc/gimp/2.1/gimprc



Owen


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


Re: [Gimp-developer] Order of Menu items (2.2Pre2)

2004-11-27 Thread Sven Neumann
Hi,

Owen <[EMAIL PROTECTED]> writes:

> Could someone advise me what to edit to get the default menu listing
> for interpolation to show "Cubic (Best)" instead of "Linear"
>
> My guess is that it is in one or all of 
>
> app/base/base-enums.c
> app/base/base-enums.h
>
> libgimp/gimpenums.h
> libgimp/gimpenums.c

You don't need to hack the source to edit your preferences. GIMP has a
dialog for this or you could edit your gimprc:

  (interpolationâtype linear)

  Sets  the  level  of  interpolation  used  for scaling and other
  transformations.  Possible values are none, linear and cubic.


Sven
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Order of Menu items (2.2Pre2)

2004-11-27 Thread Carol Spears
On Sun, Nov 28, 2004 at 08:51:35AM +1100, Owen wrote:
> Could someone advise me what to edit to get the default menu listing for 
> interpolation to show "Cubic (Best)" instead of "Linear"
> 
> My guess is that it is in one or all of 
> 
> app/base/base-enums.c
> app/base/base-enums.h
> 
> libgimp/gimpenums.h
> libgimp/gimpenums.c
> 
this is more easily done via Preferences.  i would like to suggest that
you try the different methods on the same image and use your own eyes to
determine "Best", however.  

maybe my eyesight is not so good, but Cubic seems fuzzy to me compared
to Linear which makes sharper lines where there should be lines.

more is not always better, especially when it comes to computations.
what is one more dimension when you are working with a 2 dimensional
thing?

carol

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


[Gimp-developer] Order of Menu items (2.2Pre2)

2004-11-27 Thread Owen
Could someone advise me what to edit to get the default menu listing for 
interpolation to show "Cubic (Best)" instead of "Linear"

My guess is that it is in one or all of 

app/base/base-enums.c
app/base/base-enums.h

libgimp/gimpenums.h
libgimp/gimpenums.c

But my guesses are usually wrong. There doesn't seem to be any logic to what is 
written in there and what is displayed, but that is simply a lack of my 
comprehension of the C coding

I would experiment by simply changing the order of the interpolation items in 
the above files, but with a couple of hours per build it could be a long 
experiment.


TIA
 
-- 
Owen

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