Need Linux Libraries
Linux, Apache, MySQL, PHP
2
Posts
2
Posters
2
Views
1
Watching
-
Need Linux library to get the pixel information from any image. Example: By providing location(widht, height) x, y values, we should get the information of the pixel which is located at x and y position. If any one knows about this, please help me. Thanks in Advance
-
Need Linux library to get the pixel information from any image. Example: By providing location(widht, height) x, y values, we should get the information of the pixel which is located at x and y position. If any one knows about this, please help me. Thanks in Advance
Have you tried following function?
unsigned long XGetPixel(XImage *ximage, int x, int y);
For more information you can see
man XGetPixel
.
regards, Divyang Mithaiwala Software Engineer