CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2003
    Posts
    187

    Thumbs up using VC++ to change JPG dimensions...

    Hi there!
    I have a 250 or more size problem. I have this huge data base of pics that i have to re-dimension them to a certain size. I really dont wanto to do that kind of thing by photoshop. So i thought of doing a small program to do that for me... But how to use VC++ to re-dimension a jpg file? Any examples, links or hints?
    Thanks a lot.
    Desva.


    Caminante no hay camino, se hace camino al andar.

  2. #2
    Join Date
    May 2005
    Posts
    4,954

    Re: using VC++ to change JPG dimensions...

    One way to do it is using Image Class of GDI+.

    Cheers
    If a post helped you dont forget to "Rate This Post"

    My Article: Capturing Windows Regardless of Their Z-Order

    Cheers

  3. #3
    Join Date
    Apr 2003
    Posts
    187

    Re: using VC++ to change JPG dimensions...

    Thanks for ur quick reply... gonna check that right now!
    Thanks again.
    Cheers!
    Caminante no hay camino, se hace camino al andar.

  4. #4
    Join Date
    May 2005
    Posts
    4,954

    Re: using VC++ to change JPG dimensions...

    You are welcome

    Cheers
    If a post helped you dont forget to "Rate This Post"

    My Article: Capturing Windows Regardless of Their Z-Order

    Cheers

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