home *** CD-ROM | disk | FTP | other *** search
- # Config file for HamLab 1.1
- # Ed Hanway
- # 20 February 1991
- #
- FilterPath "filters" # where filter programs live, default is current dir
- TempPath "T:" # where temp files are created, default is T:
- InPath ":pics" # Initial value for directory containing input files
- OutPath "" # Initial value for directory containing output files
- FastAnalyze 1 # Use fast palette analysis
- UsePipes 0 # Use pipe instead of HUGE 24-bit temporary file
- Cache12Bit 130000 # Maximum size of 12-bit picture to be kept in RAM
- # (0 for never cache, -1 for always,
- # 130000 is about 320 x 200)
- Format "SP" "SPEC2hl" # Atari ST SPectrum 512 compressed (.SPC)
- Format "GIF" "GIF2hl" # Graphics Interchange Format (from CI$)
- Format "P1" "pnm2hl" # ASCII portable bit map (PBM)
- Format "P2" "pnm2hl" # ASCII portable gray map (PGM)
- Format "P3" "pnm2hl" # ASCII portable pix map (PPM)
- Format "P4" "pnm2hl" # RAW portable bit map (PBM)
- Format "P5" "pnm2hl" # RAW portable gray map (PGM)
- Format "P6" "pnm2hl" # RAW portable pix map (PPM)
- Format "II" "tiff2hl" # TIFF (Intel order)
- Format "MM" "tiff2hl" # TIFF (Motorola order)
- Format "\131\246\152\225" "ras2hl" # Sun Rasterfile
- #
- # Note: the following formats do not begin with a recognizable token. They will be
- # called in order until one of them works.
- #
- Format "" "MTV2hl" # MTV ray tracer (also Rayshade) output
- Format "" "QRT2hl" # DKBTrace (also QRT, almost) output
-