Search:

Type: Posts; User: alexiy

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    8,063

    In RGB picture each pixel consists of 3 colours:...

    In RGB picture each pixel consists of 3 colours: Red, Green and Blue, and the value is between 0 and 255 for each colour. Say, I want a pixel with coordinate (50, 50) to be Red, so I will have


    ...
  2. Replies
    7
    Views
    8,063

    3-dimensional array dynamic allocation

    Hello everybody!

    I'm trying to create a RGB picture of variable size using dynamic memory alloction. What I need to achieve is image[y][x][3] , where y is number of vertical pixels, x is number of...
Results 1 to 2 of 2