home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 117 / af117sub.adf / jpeglibrary.lzx / jpeglibrary / jpeglibrary40.readme
Text File  |  1998-09-22  |  1KB  |  31 lines

  1. Short:    V4.0 shared library to load/save jpegs
  2. Uploader: paulh@mafeking.scouts.org.au (Paul Huxham)
  3. Author:   paulh@mafeking.scouts.org.au (Paul Huxham)
  4. Type:     util/libs
  5.  
  6. For anyone who wants to use/manipulate jpeg files in their own applications,
  7. this library makes it very easy.
  8.  
  9. jpeg.library is a shared library that can be used to examine, load and
  10. save jpeg images. You can have multiple jpegs objects (load/save), supports
  11. all the standard jpeg quality and smoothing parameters and can scale loaded
  12. images (smaller). Jpeg image data can reside on disk or in memory.
  13.  
  14. Example programs included.
  15.  
  16. * Version 4.0 fixes some bugs and introduces decompression render hooks,
  17. alternate DCT de/compression methods and different versions for cpus and
  18. floating point processors.
  19.  
  20. Currently jpeg.library is being used by another library I am writing to 
  21. store thumbnail images (forthcoming).
  22.  
  23. ** This software is based in part on the work of the Independent JPEG Group.
  24.  
  25. For the latest version of jpeg.library and to check out other software I
  26. have written, check my home page at:
  27.  
  28. http://mafeking.scouts.org.au/~paulh/
  29.  
  30. © 1998 Paul Huxham
  31.