home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #7 / amigamamagazinepolishissue1998.iso / varia / povray3 / povray3_fpu / utils / pngreadme < prev    next >
Text File  |  1997-12-12  |  775b  |  22 lines

  1.  
  2. pnmtopng and pngtopnm are based on other pbm tools and require the libraries
  3. included in the pbmplus package. Also required are the png library and the
  4. zlib compression library.
  5.  
  6. ftp://ftp.x.org/R5contrib/netpbm-1mar1994.tar.gz
  7. ftp://ftp.uu.net/graphics/png/code/pnglib-*.zip
  8. ftp://ftp.uu.net/graphics/png/code/zlib-*.zip
  9.  
  10. I have compiled the programs with the following command line:
  11.  
  12. cc -o pnmtopng pnmtopng.c -Ipnglib-0.6 -Izlib-0.92 -I.. -I../pbm -I../pgm -I../ppm -I../pnm  pnglib-0.6/pnglib.a zlib-0.92/libgz.a ../pnm/libpnm.a ../ppm/libppm.a ../pgm/libpgm.a ../pbm/libpbm.a
  13.  
  14. (and the other way around)
  15.  
  16. If this is included in the pbmplus distribution, a makefile entry would be
  17. useful, but I didn't bother with this yet.
  18.  
  19.  
  20. Alexander Lehmann <alex@hal.rhein-main.de>
  21.  
  22.