CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2005
    Location
    Detroit MI
    Posts
    80

    Graphics File Resources

    Hi,

    Does anyone have any online resources and links they could share when it comes to working with graphics files, such as JPEG's and GIF's? Opening, performing routines on (such as filters, analysis calculations) and saving?

    I'm finding it hard to find something useful.

    Thanks.
    Regards,

    Big Winston

  2. #2
    Join Date
    Apr 2003
    Location
    kathmandu, nepal
    Posts
    1,570

    Re: Graphics File Resources

    1. GDI+
    2. CXImage
    If there is no love sun won't shine

  3. #3
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: Graphics File Resources

    JPEG is just a image format, you can load jpeg using LoadImage , obtain the raw bits from it using GetDIBBits and then use your image processing functions on Raw bits.

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