CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Jpeg Rotation

  1. #1
    Join Date
    May 2001
    Posts
    8

    Jpeg Rotation

    I am looking for any ideas, suggestions or code which can enable me to load a JPEG, then rotate it on the fly (ie must not save to rotate). The JPEG are very large hi-res images, so the code(control etc) must be very efficient at rotation. I have come acrosss one bit of code which sort of rotates but was way too slow to be of any use. If any knows of a such code or has any ideas, your help would be most appreciated. (I could maybe include an ack of your contribution in the app!)

    Thnx Indodo.


  2. #2
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    Re: Jpeg Rotation

    Go to
    http://www.planet-source-code.com/xq...HallOfFame.htm

    and get the Advanced Graphics Routines DLL. It contains functions for fast rotation (with antialiasing) and many ohter image processing tasks. It is a real gem. You can have a peek into the source code (sadly, it is only partial), to see how the stuff is really working.

    PS. The page takes quite some time for loading. You can stop midway, because it is at the very top.


  3. #3
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: Jpeg Rotation

    Thanks for sharing!

    Special thanks to Lothar "the Great" Haensler, Tom Archer, Bruno Paris and all the other wonderful people who made and make Codeguru a great place. Come back soon, you Gurus.
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured