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

    Manipulating Images

    I need help reading and manipulating each row and column of a jpeg image. I have a jpeg images, and I have to blank its odd row. Thanks in advance.

  2. #2
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150
    You can download a library to load JPEG from http://www.ijg.org/.
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

  3. #3
    Join Date
    Oct 2002
    Location
    Italy
    Posts
    324
    You can also find an example here:
    http://www.smalleranimals.com/jpegfile.htm
    Regards,
    Marco Era
    www.marcoera.com

    Latest post on my blog: Back to the Amiga's times

  4. #4
    Join Date
    Jun 2004
    Posts
    19

    Thanks!!

    Thanks Members,

    I shall check the library. It looks good. I shall get back if I face some problem...Thanks once again.

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