Senf's Intel JPEG Library Demo
==============================

Howdy ppl !!!
Well, as you can see I've written a really small demo (and include file "ijl.inc")
for the usage of Intel's JPEG Library v1.5 with MASM.
My code isn't optimized, but I think it's well commented and everything
should be clear. And the most important fact is: "it works". :P

The demo just shows:
- how to use Direct Draw ( setting display mode, creating surfaces, ... ) 
- how to use the Intel JPEG Library ( loading a JPEG image and blit it on a DD surface )

If you want to know more about Intel's JPEG Library, you should visit
http://developer.intel.com/software/products/perflib/ijl/
get the whole package and RTFM. =)

Well then, may the source be with you ... :P

------------------------------
Greetings go to:
Iczelion (great Win32 Assembly page with fantastic tutorials, http://win32asm.cjn.net)
Hutch (the ultimate MASM package :P, http://www.pbq.com.au/home/hutch/masm.htm)
John Wood (nice C++ tutorial about using Intel's JPEG Library, http://www.aeoncomputers.com/blakes7)
The Gamedev.net Team (kewl site with lots of useful stuff, http://www.gamedev.net)
NeHe (outstanding OpenGL tutorials, http://nehe.gamedev.net)
Microsoft (far out OS, developer tools & great support, http://msdn.microsoft.com) ;)
Intel (decent hardware and of course software, too, http://http://developer.intel.com/)
The ppl on EFnet in #win32asm, #informatik & #assembler 

------------------------------
Senf - 03.04.2001