CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: fire_

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    6,615

    Re: Analysing PNG picture

    Does GDI+ comes with Visual Studio 2005(full)? :P I guess yes... But what functions could give me pixels and their color? I tried using google but all i found was how to draw picture on screen...
  2. Replies
    6
    Views
    6,615

    Re: Analysing PNG picture

    Well i don't have to do it in any specific way. I can use any header and lib wich comes with visual studio (no user-made thoug). Is there any function wich could do defiltering and decompresion for...
  3. Replies
    6
    Views
    6,615

    [RESOLVED] Analysing PNG picture

    Hello. So i have this task where i have to analyse PNG picture. I have to find every white pixel (get distance from last white pixel). I know i should understand structure of png first. I googled it...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured