Please send FEEDBACK to promethee@voila.fr - bugfinders'll be given credit.

Version 0.1.1 	(24/08/2000) pack 2
- Repack
- Added this file, as well as the usage guide.
- Looking for a site to publish it.
- QUESTION : Right now, an unsupported format causes an int3, what should
		happen instead ?

Version 0.1.1 	(21/08/2000)
- Corrected a small bug (wrong interpretation of a negative DC code if it was > 	8bits)
- Added the interface:
	* There is a JPEG_STRUCTURE with following members,
		# dwWidth : actual width of the picture (what is to be displayed)
		# dwHeight : ditto but height
		# BMPWidth : width of the decompressed bitmap MUST be a 
				multiple of 16
		# BMPHeight : ditto but height
		# lpBitMap : address of the memory buffer allocated by the lib
				and holding the pixels (32-bit)
	* Mapping2BMP(lpJPEG, lpJPEG_STRUCTURE)
		decodes the memory-mapped JPEG file located at lpJPEG and fills
		the JPEG_STRUCTURE whose pointer is passed.
	* Res2BMP(hInstance, resID, lpJPEG_STRUCTURE)
		decodes the resource resID of the module hInstance and fills the
		structure.
	* Kill_JPEG(lpJPEG_STRUCTURE)
		deallocates memory needed by the picture associated with the
		passed structure (do this to avoid memory LEAKS).

Version 0.1 	(20/08/2000)
- First version someone else than me has seen (hi MrNop, Scali and comrade)


BEST VIEWED WITH [TERMINAL] FONT !

promethee@voila.fr
promethee
