home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / MacPNG Library 1.02 / pngMacSrc 1.02 / pngMac.readme.txt < prev    next >
Encoding:
Text File  |  1996-03-11  |  1.6 KB  |  44 lines  |  [TEXT/ttxt]

  1. Portable Network Graphics Group
  2.  
  3. These file are a result of my port of PNG libraries and PNG utilities.
  4. Comments can be directed to: Mark Fleming <Markf@post.queensu.ca>
  5.  
  6. History
  7. 11 March 1996 Update for CodeWarrior DR8 and 
  8.                                               updated gif2png and png2tiff to set Macintosh file type and creators.
  9.  
  10.                                                 PNG File type is: PiNG, and creator is: HTML Viewer
  11.                                                 TIFF file type is: TIFF, and creator is: JPEG Viewer
  12.                                                 GIF file type is: GIFf or BINA, or ????
  13.  
  14. 29 August 1995 basic Macintosh port of PNG library
  15.  
  16. Contents:
  17.  
  18. pnglibs - folder of compile 68K libraries and include files for PNG.
  19.  
  20. MetroWerk's Codewarror DR8 project files:
  21.  
  22. zlibPPC.π, & zlib.π - Projects file for compression library
  23.  
  24. zlib 0.93 is a beta version of a general purpose compression library. The data format used by the zlib library is described in the files zlib-3.1.doc, deflate-1.1.doc and gzip-4.1.doc, available in ftp.uu.net:/pub/archiving/zip/doc.
  25.  
  26. lbpng.lib68k.π - project file to PNG library.
  27.  
  28. The original code is currently being archived at ftp.uu.net in the /graphics/png directory, and at ftp.group42.com in the /pub/png directory, and on CompuServe, Lib 20 (PNG) at GO GRAPHSUP.
  29.  
  30. Test applications/uilities:
  31. pngtest.π
  32. ptot.π
  33. pngCheck.π
  34. gif2png.π
  35.  
  36. macmain.c - general Macintosh file selection to unix command line patch file.
  37.  
  38. Compiled 68K applications:
  39.  
  40. pngCheck - test to see if file is a correct PNG file.
  41. pngtest - test png library, requires "pngtest.png" file in the same folder as this application.
  42. PNG to TIFF converter - convert PNG file to TIFF files.
  43. gif2png - convert GIF files to PNG files. Supports Drag & Drop and AppleScript.
  44.