home *** CD-ROM | disk | FTP | other *** search
/ Brotikasten / BROTCD01.iso / amiga / c64gfx.txt < prev    next >
Text File  |  1995-08-16  |  3KB  |  95 lines

  1.                         C64Gfx1.2
  2.            A C64 grafix format conversion package
  3.  
  4.            ⌐1991-93  Pasi 'Albert' Ojala
  5.  
  6.            E-mail: po87553@cs.tut.fi OR
  7.                    albert@cc.tut.fi
  8.  
  9. This package contains programs which are used to convert portable
  10. pixmap (ppm) files to C64 graphics formats (FLI and koala) under
  11. AmigaOS. The package includes ANSI-C source codes for the programs,
  12. so they are also compilable in any environment with an ANSI compliant
  13. C-compiler.
  14.  
  15. In addition to this package you need e.g. PBMPlus to convert Amiga
  16. ilbm files to ppm first. And of course some way to transfer files
  17. between the machines.
  18.  
  19. This package may be freely distributed as long as all of the original
  20. files are included. It is permitted to add more example pictures or
  21. documentation. This package may not be distributed as a part of a
  22. commercial release without a written permission from the author.
  23.  
  24. I still retain rights to the sources and changed source code may not
  25. be distributed in any form. However, you are allowed to use the ideas
  26. and methods found from the source codes.
  27.  
  28.  
  29. Files in this distribution:
  30.  
  31. C64Gfx (dir):
  32.  
  33.     C64Gfx.doc             This file
  34.     fliviewer_PAL.64       C64-executable FLI viewer (PAL)
  35.     fliviewer_NTSC.64      C64-executable FLI viewer (NTSC)
  36.     fliviewer.doc
  37.     koalaviewer.64         C64-executable Koala viewer
  38.     koalaviewer.doc
  39.     c64-palette.amiga      C64 color palette to use with Amiga
  40.     c64-palette.readme
  41.  
  42.     src (dir):             Source codes for the programs
  43.         flitoppm.c
  44.         koalatoppm.c
  45.         ppmtofli.c
  46.         ppmtokoala.c
  47.  
  48.     examples (dir):
  49.         BlackMail.fli
  50.         BlackMail.iff
  51.         BrowBeat.fli
  52.         BrowBeat.iff
  53.         Move.fli
  54.         Move.iff
  55.         Fore!.iff          This was drawn on Amiga by me
  56.         Fore.koala
  57.         Ghost.koala
  58.         Parrot.koala
  59.         Rambo.koala
  60.  
  61.     AmigaBin (dir):        Amiga-executables
  62.         flitoppm
  63.         koalatoppm
  64.         ppmtofli
  65.         ppmtokoala
  66.  
  67.     man (dir):
  68.         fli.doc            Documentation of the FLI file format
  69.         koala.doc          Documentation of the koala file format
  70.         flitoppm.man
  71.         koalatoppm.man
  72.         ppmtofli.man
  73.         ppmtokoala.man
  74.  
  75.  
  76. Send any suggestions, comments, pictures, additional documents and
  77. possible bug reports to the E-mail address written in the beginning of
  78. this file. Don't hesitate to send mail if you need to know something,
  79. even about C64 in general. Of course I have to reserve the right not to
  80. answer :-)
  81.  
  82. -Pasi
  83.  
  84.  
  85. Release history:
  86. ------------------------------------------------------------------------
  87. 1.0    07-Jun-92    First released version, Amiga-compilable sources
  88.  
  89. 1.1    23-Jul-92    Unix-compilable sources
  90.  
  91. 1.2    18-Mar-93    Enhancements, better dithering, NTSC-fliviewer
  92. ------------------------------------------------------------------------
  93.  
  94.  
  95.