texture loading

the next windows related question… how to load textures (these are stored as jpg, yes I knot it’s not the best quality but I cannot change that)? On linux, I use jpeglib, but this is a *ix-library…

Simply download jpeg library and add it to your project.
I use FreeImage library - it’s open source and includes jpeg library and many others wrapped nicely into one common API.

You can get the pre-compiled libjpeg library for Windows from:
http://gnuwin32.sourceforge.net/packages/jpeg.htm
http://www.clanlib.org/download.html

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.