SoftImage .pic support based off of code obtained from http://www.swin.edu.au/astronomy/pbourke/dataformats/

TestPic, used in TestIL
http://www.paintlib.de/paintlib/testpic.zip

Png Test Images
http://www.schaik.com/pngsuite/pngsuite.html

John Villar (johnny@reliaschev.com) for making the suggestion of not letting the user use ILimage structs but instead binding images like OpenGL.

http://www.opengl.org/Coding/KilgardTechniques/oglpitfall/oglpitfall.html, section 6 for the values the NTSC uses, so I could convert from coloured images to luminance values.

Kodak Photo CD code from the .pcd link on www.wotsit.org

Foper (foper@hotmail.com) from #flipCode for supplying the excellent flipcode.jpg in testil\in.  The original can be found at http://webpatterns.com/flip/flipshow.htm

Lightman (cdthompson@home.net) from #flipCode for restructuring the project into /bin, /obj, etc.

Alexander Blach (alexander@abee.de) from #flipCode for creating the Delphi headers and test app.  He figured out that we needed to use .def files to prevent name decoration of the dlls.  He has contributed multiple ideas and found flaws.  Alexander also created a lovely documentation database to help with documenting OpenIL.

Oliver Kurowski (oliver.kurowski@gmx.de) for locating a bug in ilut's DllMain() and another very harmful bug with ilDeleteImages().

Matt Denham for suggesting optimizations in ilNegativeImage(), iluEdgeDetectS() and iluEdgeDetectP().

Timo Heister (Timo-Heister@gmx.de) from #flipCode for creating the Visual Basic headers and test apps for VB.

The OpenGL SuperBible for code for ilutGetHPal().