Hi Cristian On Sun, Dec 04, 2011 at 05:40:24PM +0200, Cristian Secară wrote: > I have these strings: > > Rotate by %-3.3g° around (%g, %g) > Shear horizontally by %-3.3g > Shear vertically by %-3.3g > Shear horizontally by %-3.3g, vertically by %-3.3g > > What is "g" ? > And what is "3.3g" ? %g is a printf format specifier for printing floating-point numbers in a particular format. You can see the printf manpage (man 3 printf) for details. For the strings above, you can consider it equivalent to %f. Mukund _______________________________________________ gimp-developer-list mailing list gimp-developer-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gimp-developer-list