NOTES
-----

- BMP format stores the scan lines bottom-up, that means
  the first line in the file is the last on the screen...
  Therefore the BMP target file will be filled from the end to
  the beginning. To do that, a seek beyond the end of file 
  is necessary at creation of the file. This may lead to problems
  on some platforms.

- The sources of jpeglib and tifflib have been taken verbatim from
  the original distributions. The example graphic files have been
  removed from the jpeglib distribution to reduce download size. 
  The jconfig.h within jpeglib is not the original one but taken 
  from wxWindows to be able to compile the lib on Linux and Windows.
  
  Please note: The library sources and the statical linking are just 
  there for pure convenience. I just don't want to bother with autoconf
  or dynamical linking for such a tiny tool.
  
  If you want to compile sfftobmp for your platform it's perhaps better 
  to use the original distributions of these libraries or link dynamically. 
  I left this for exercise ;).

--
$Id: notes,v 1.2 2003/02/03 21:25:00 pschaefer Exp $
