home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / utilities / pcd-dt35 / pcd-dt35.doc < prev    next >
Text File  |  2000-01-22  |  2KB  |  86 lines

  1. Documentation of pcd.datatype 44.1
  2. ----------------------------------
  3.  
  4.  
  5. Introduction
  6. ------------
  7.  
  8. With the help of the pcd.datatype, your datatype sytem is able to read images
  9. from Photo-CD's.
  10.  
  11. This datatype is freeware and can be used for any purpose.
  12.  
  13.  
  14. Minumum requirements for pcd.datatype
  15. -------------------------------------
  16.  
  17. * OS 3.5
  18. * A mounted PIPE: handler !!
  19. * ixemul.library V39.
  20.  
  21.  
  22. Minumum requirements for PCDPrefs
  23. ---------------------------------
  24.  
  25. * OS 3.5
  26. * MUI 3.8
  27.  
  28.  
  29. Installation
  30. ------------
  31.  
  32. Simply click on the 'Install' script.
  33. As the pcd.datatype needs an external decoder, you must select a directory that
  34. is in your path to store the decoder !
  35. The installer will not check your configuration !
  36. You MUST store the decoder 'pcdtoppm' somewhere in your path, otherwise the datatype
  37. will hang up in an endless loop !!
  38.  
  39.  
  40. How does the pcd.datatype work ?
  41. ---------------------------------
  42.  
  43. The pcd.datatype is to small to be a standalone decoder.
  44. Whenever the superclass detects a PCD image, it opens the pcd.datatype.
  45. This launches the external PCD decoder 'pcdtoppm', which redirects its output
  46. to the PIPE-handler. The datatype simply reads the decoded RGB values from the
  47. PIPE handler and stores them in the bitmap.
  48.  
  49.  
  50. Preferences
  51. -----------
  52.  
  53. Resolution:
  54. The PCD decoder is able to decompress a PCD image to different resolutions.
  55. The default is 768*512.
  56. The two highest resolutions don't make much sense as you need a fast CPU
  57. and lots of memory !
  58.  
  59. Currently I only support MUI for the preferences.
  60. If you don't have MUI, you also can adjust the preferences very easy.
  61. The ENV-variable 'DataTypes/pcd.prefs' contains the parameter as a DOS-argument
  62. with the template 'RESOLUTION/A/N'.
  63. You can change the settings anytime either by using the 'SetEnv'-command or by
  64. using a text editor.
  65.  
  66.  
  67. History
  68. -------
  69.  
  70. 13-Nov-99  V44.0
  71.    * First public release.
  72.  
  73. 22-Jan-00  V44.1
  74.    * Recompiled with StormC.
  75.  
  76.  
  77. Author
  78. ------
  79.  
  80. Feel free to contact me for comments, critics or bug reports !
  81.  
  82. Name:     Achim Stegemann
  83. Email:    astegema@ix.urz.uni-heidelberg.de
  84. Internet: http://www.rzuser.uni-heidelberg.de/~astegema
  85.  
  86.