Shoutbox

Image Libraries for Win32/C++ - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Image Libraries for Win32/C++ (/showthread.php?tid=50051)

Image Libraries for Win32/C++ by RaceProUK on 09-05-2005 at 03:31 PM

I'll need to use an image library for ListPic, but since I've never used one before, I don't know which are good and which are bad. If you've used any image libraries before, can you tell me which ones, and how good they are?


RE: Image Libraries for Win32/C++ by segosa on 09-05-2005 at 05:32 PM

The only one I've used is FreeImage... Dempsey uses it too for SS3.


RE: Image Libraries for Win32/C++ by Dempsey on 09-05-2005 at 05:32 PM

I've used FreeImage and that worked fine for me.

There's also DevIL and CxImage


RE: Image Libraries for Win32/C++ by RaceProUK on 09-05-2005 at 06:36 PM

I've looked at DevIL, and it does what I want - but it isn't Unicode compatible. Ideally, I want one that supports Unicode.

* RaceProUK likes DevIL though - OpenGL syntax and I only need one of the ILUT functions too :D