Click here to Skip to main content
Click here to Skip to main content

High quality image rotation (rotate by shear)

By , 9 Jan 2000
 
  • Download demo project - 21 Kb
  • Download source files - 4 Kb

    Sample Image - RotateByShear.gif

    Unlike traditional rotation of images, where every n'th 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.

    How to use the rotation template:

    You must derive you own class from the rotation template.

    For example:

    class CRotateByShearRGB : public CRotateByShear<COLORREF>

    will define a concrete class where each pixel is of COLORREF type.

    Next, you must override 5 abstract functions which support creation, destruction of bitmap buffers and pixel level access to the bitmap buffers.

    Then you instantiate your derived class and call the AllocAndRotate(...) function which allocates a new destination bitmap buffer and rotates the input image into it.

    That's it.

    For further instructions please view the attached sample command-line project (Rotate.cpp). It is a simple command line utility which reads PPM (ASCII or binary) image file into a DIB structure, rotates it and saves it to another PPM image file.

  • License

    This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

    A list of licenses authors might use can be found here

    About the Author

    Eran Yariv
    United States United States
    Member
    No Biography provided

    Sign Up to vote   Poor Excellent
    Add a reason or comment to your vote: x
    Votes of 3 or less require a comment

    Comments and Discussions

     
    Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
    You must Sign In to use this message board.
    Search this forum  
        Spacing  Noise  Layout  Per page   
    GeneralMy vote of 1membersujeshsasi5 Mar '09 - 18:57 
    Generalhave bugs in the demomemberWeiHua zhang24 Oct '07 - 18:06 
    Generala show stopper bugmemberXiaotian Guo7 Jul '03 - 20:12 
    GeneralRe: a show stopper bugmemberJim the Bad11 Aug '05 - 6:06 
    GeneralRotation of BMPmemberSandeep11_163 Jun '03 - 4:21 
    GeneralSpeed optimized versionmemberantontreskunov24 Apr '03 - 15:03 
    GeneralRe: Speed optimized versionmemberyyt_yyt8 Jul '03 - 22:20 
    GeneralRe: Speed optimized versionsussAnonymous12 Jul '03 - 8:39 
    GeneralRe: Speed optimized versionmemberpmidd17 Oct '03 - 9:23 
    GeneralRe: Speed optimized versionmemberantontreskunov21 Oct '03 - 6:55 
    GeneralRe: Speed optimized versionmemberAlexandre GRANVAUD14 Jan '08 - 2:52 
    Questionhow to get the ppm image from a bitmap?memberAlanShen19 Apr '03 - 17:11 
    AnswerRe: how to get the ppm image from a bitmap?membertyjiang30 Jul '08 - 15:30 
    GeneralBMP Image Rotation about its own axesmemberVaibhav Sanghavi24 Apr '02 - 20:26 
    GeneralRe: BMP Image Rotation about its own axesmemberTili28 Sep '02 - 10:19 
    GeneralAlgorithmmemberNeil Younusov28 Feb '02 - 4:22 
    GeneralRe: Algorithmmemberland_lubber1 Oct '02 - 7:44 
    GeneralRe: AlgorithmmemberPeter Merrill14 Jan '03 - 18:47 
    GeneralNice image!memberAlvaro Mendez21 Aug '01 - 13:28 
    GeneralRe: Nice image!memberAlexandre GRANVAUD14 Jan '08 - 2:51 
    QuestionCan you publish shrink code???memberobjects30 Mar '01 - 15:28 
    GeneralNon-Rectangular StretchingmemberSubbi Iyer20 Feb '01 - 23:26 
    GeneralRe: Non-Rectangular Stretchingmembermsg55514 Apr '06 - 10:24 
    GeneralRe: Non-Rectangular Stretchingmembergslin3 Nov '06 - 9:03 
    QuestionRelated Paper ??memberlooker25 Jan '01 - 21:47 
    AnswerRe: Related Paper ??memberAnonymous31 Jan '01 - 16:25 
    QuestionCredits ???sussJean Guillot3 Sep '00 - 4:02 

    General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

    Permalink | Advertise | Privacy | Mobile
    Web03 | 2.6.130516.1 | Last Updated 10 Jan 2000
    Article Copyright 2000 by Eran Yariv
    Everything else Copyright © CodeProject, 1999-2013
    Terms of Use
    Layout: fixed | fluid