Click here to Skip to main content
15,883,853 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am begineer in openGL. I want to do deal with some image processing technique and i m using openGL as the api... Since opengl dont have the library to process and load the texture. may i know how to complete the task by include other library. I had search some library file but i dont understand it. Could someone give some opinion or show me some tutorial for me to learn.. million thx...
Posted

Take a look at DevIL[^] or FreeImage[^].

If you are interested, you can have a look at the second part of my tutorial about openGL[^]. It discusses image management and uses DevIL. You'll probably need to read the part 1 in order to understand.
 
Share this answer
 
Comments
XavierLee 26-Sep-10 10:47am    
ok ic.. thx ur guidance.. i will go to hav a look.. Millions thx..
XavierLee 26-Sep-10 10:48am    
Reason for my vote of 5
Automatic vote of 5 for accepting answer.
I think you can begin your code with glut(OpenGL Utility Toolkit).
http://www.opengl.org/resources/libraries/glut[^]
 
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