Click here to Skip to main content
15,920,836 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi ! i looking for tool or class I/O that can be put the file PNG and read out co-ordinate pixel follow RGB565 format ??/
thank for guide very much
Posted
Comments
Richard MacCutchan 27-Nov-15 3:50am    
This site is for specific technical questions. Tools are found by using Google.

1 solution

You can find solutions in image processing open source libraries such as OpenCV, CxImage, ImageStone and so on. They are well-compiled on windows without errors. Especially you can use OpenCV 3.0 and CMake to build it.
ImageStone library also supports good classes to read or write image formats.
OpenCV download formal site : http://opencv.org
ImageStone download site : http://sourceforge.net/projects/imagestone

ex : (OpenCV) (main structure is as followings!)
cv::mat img = cv::read(file_path, color_space);

I wish my words would help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900