home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / Programme_zum_Heft / Anwendungen / Kurztests / PBM / HPCDTOPPM_0_6.LHA / hpcdtoppm.0.6 / doc / README.TOO < prev    next >
Text File  |  1994-10-04  |  2KB  |  41 lines

  1. Here are some additional informations for installing and use:
  2.  
  3. I.   Edit the config.h and the Makefile !
  4.  
  5. II.  Several people had 'snowy' images with v0.1 and v0.2.
  6.      This happens when the machine handles the standard
  7.      type char unsigned. Therefore the datatype sBYTE
  8.      was introduced as 'signed char'. If your compiler
  9.      doesn't understand this, change sBYTE to such a datatype
  10.      of your compiler or use a commandlineoption like
  11.      -DsBYTE=char .
  12.  
  13. III. Not every image contains all resolutions (especially images
  14.      from demo disks). You can't extract resolutions which are
  15.      not contained.
  16.  
  17. IV.  Some cdrom drives read more than the data sectors of the 
  18.      PhotoCD files. They read additional sector headers etc.
  19.      In this case to have to write a little conversion tool.
  20.  
  21.      E.g.: Sony NEWS, model NWS-3720
  22.            Write a simple filter program, which takes the file,
  23.            cuts in slices of 0x920 size, takes out 0x800 data 
  24.            with offset 8 of each slice and write them out in a new file.
  25.  
  26.  
  27. V.   There are some problems when compiling for MS-DOS or OS/2.
  28.      I don't like this, i don't have this and i don't use this. 
  29.      Several people sent mail with tricks for compiling.
  30.      The important things are:
  31.      - Use the gcc compiler and
  32.  
  33.      - change the fopen parameters from "w" to "wb" and from "r" to "rb".
  34.      - or use the binmode.o routines.
  35.  
  36. VI.  On a Sun Workstation you can mount the Photo-CD as a high-sierra
  37.      file system with the command
  38.      mount -r -t hsfs /dev/sr0 /cdrom
  39.  
  40.     
  41.