Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's Tools.

 

 

 

 

 

(C++ tool) Image Rotater

 

Finally, after 17 years of trying once-in-a-while, I've managed to create a simple tool to rotate an image under any angle. The heart of the code is in the function Rotate.

 

There are two editions: the CLX and VCL edition, using the CLX and VCL libraries respectively.

 

The CLX version of this tool was my first tool of which I both present the (Windows) executable and the source code. The source code is licenced under GPL 3.0.

 

* View a screenshot of Image Rotater (CLX edition)(png).

* View a screenshot of Image Rotater (VCL edition)(png).

* Download the 'Image Rotater (CLX edition)' Windows executable (zip).

* Download the 'Image Rotater (VCL edition)' Windows executable (zip).

* Download the 'Image Rotater (CLX edition)' source code (zip).

* Download the 'Image Rotater (VCL edition)' source code (zip).

 

And, yes, the spelling error is intended: I wanted to Dutchify the name of the program.

 

 

 

 

 

Licences

 

    The Image Rotater (CLX edition). Rotates 24-bit bitmaps

    Copyright (C) 2007  Richèl Bilderbeek

 

    This program is free software: you can redistribute it and/or modify

    it under the terms of the GNU General Public License as published by

    the Free Software Foundation, either version 3 of the License, or

    (at your option) any later version.

 

    This program is distributed in the hope that it will be useful,

    but WITHOUT ANY WARRANTY; without even the implied warranty of

    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

    GNU General Public License for more details.

 

    You should have received a copy of the GNU General Public License

    along with this program.  If not, see <http://www.gnu.org/licenses/>.

 

  The Image Rotater (VCL edition). Rotates 24-bit bitmaps

  Copyright (C) 2007  Richèl Bilderbeek

 

  This program is free software: you can redistribute it and/or modify

  it under the terms of the GNU General Public License as published by

  the Free Software Foundation, either version 3 of the License, or

  (at your option) any later version.

 

  This program is distributed in the hope that it will be useful,

  but WITHOUT ANY WARRANTY; without even the implied warranty of

  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License

  along with this program.  If not, see <http://www.gnu.org/licenses/>.

 

 

 

 

 

Go back to Richel Bilderbeek's Tools.

Go back to Richel Bilderbeek's homepage.