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

    JPEG Resizing/Resampling

    Hi I'm in search of a program which can do resizing/resampling of a JPEG without distorting Image
    and maintinging the aspect ratio. I want to change Image of any size (eg. 700X400 or 600X550 ) to
    640X480.


  2. #2
    Guest

    Re: JPEG Resizing/Resampling

    try the jpeg library on http://developer.intel.com/vtune


  3. #3
    Join Date
    Apr 2000
    Location
    Karnataka,India
    Posts
    15

    Re: JPEG Resizing/Resampling

    Hi,
    Just try this web site
    www.binary-technologies.de ,they have built classes from which you can use in your application.Also ask them to provide dll file .



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