Re: Using image magick in C++ source code

da.mihi.sis.bubulae.frustrum.assae.solana.tuberosa.in.modo.gallico.fricta.ac.quassum.lactatum.coagulatum.crassum@imagemagick.org Mon, 20 Dec 2010 11:55:35 -0800
Newsgroups gmane.comp.video.image-magick.user
Message-ID <[email protected]>
> rotating the image by an arbitrary angle

Are you using Magick++?  If so, to rotate simply use this statement:

  image.rotate(45.0);

Where 45.0 is the angle of the rotation.