Rotating a Gdk::Pixbuf by degree

2006-11-03 Thread Philipp Kerling
Hi, the gdkmm reference documentation only speaks of a rotate_simple function of Gdk::Pixbuf, which rotates a Pixbuf by a multiple of 90 degress. How can I rotate a pixbuf by let´s say 30 degree then? Best regards, Philipp Kerling ___ gtkmm-list

Re: Rotating a Gdk::Pixbuf by degree

2006-11-03 Thread Armin Burgmeier
Hi, the gdkmm reference documentation only speaks of a rotate_simple function of Gdk::Pixbuf, which rotates a Pixbuf by a multiple of 90 degress. How can I rotate a pixbuf by let´s say 30 degree then? I once wrote such code that rotates a pixbuf by a variable amount of degrees. However, I

Re: Rotating a Gdk::Pixbuf by degree

2006-11-03 Thread Paul Davis
Or you could look at using cairomm which appears to have rotation functions. http://cairographics.org/documentation/cairomm/reference/classCairo_1_1Context.html#4bb8920924faa97b54481c289e5f5c8c Paul On 11/3/06, Armin Burgmeier [EMAIL PROTECTED] wrote: Hi, the gdkmm reference documentation