- rotatebyshear
- Authorize : GPL Free
- Requirements : No special requirements
- Publisher : Eran Yariv
- OfficeWebsite : http://www.codeproject.com/Members/Eran-Yariv
- OS Support : Windows XP, 2000, 98
Content
Rotating images using shear
Edit By BS Editor: Unlike traditional rotation of images, where every nth pixel is sampled and copied to the result image, this Template provides much more accurate image rotation features (weighing the Pixels).
template is instantiated with a specific pixel format and must be inherited to support pixel access functions for a specific bitmap implementation. This provides abstaction of the rotation mechanism from the actual bitmap representation.
Major features:
* ides professional quality image rotation.
* Code is optimized for image quality, not speed.
* Rotated image retains size and Aspect ratio of source image (destination image size is usally bigger).
* Supports double Precision rotation angles (0..360).
* Supports generic bitmap structures. Specific bitmap structure is defined by inheritance.
* Template based - no need for libraries, DLLs etc. No Linkage problems. you can free download RotateByShear now.