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

Thread: Pixel

  1. #1
    Join Date
    Apr 2005
    Posts
    9

    Question Pixel

    How can i check a pixel ?
    like the flowing
    for each pixel
    {
    do xyz;
    }
    can you give a whole sorece code as tutorials for newb ?
    please help

    Thanks

  2. #2
    Join Date
    May 2004
    Location
    Norway
    Posts
    655

    Re: Pixel

    And where exactly is this pixel located? On the screen, in a file somewhere, in memory, where?
    Insert entertaining phrase here

  3. #3
    Join Date
    Apr 2005
    Posts
    9

    Post Re: Pixel

    it is on an image, a jpeg file

  4. #4
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: Pixel

    See this ColorTake (with source code).
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

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