Hi, Owen <rcook@xxxxxxxxxxx> 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