home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / misc / sci / lynx / readme < prev    next >
Text File  |  1995-06-22  |  4KB  |  127 lines

  1.                              Lynx version 1.01ß
  2.  
  3.                     Copyright 1993, 1995 Stéphane Poirier
  4.                             Released june 1995
  5.  
  6.  
  7. This is the first public beta-release of Lynx.
  8.  
  9. What is Lynx ?
  10. ~~~~~~~~~~~~~~
  11. It's an image processing package. Yet another ? Not exactly. Lynx is
  12. significantly different than others images processing packages availables
  13. for the Amiga.
  14.  
  15. For example, It can do the Fourier transformation and works in the frequency
  16. domain of the images.
  17.  
  18. It's the first one (I think !) which be able to work on 16 bits per pixel
  19. (per channel) images, that gives 65536 gray levels !
  20.  
  21. The main purpose of Lynx is scientific and it is  able  to  process images in
  22. many domains:  Astronomy, physics, archéologie...
  23.  
  24. Lynx can also execute some subjectives processes such as image composition,
  25. solarize effect, oil painting...
  26.  
  27. There are two versions: 8bits and 16bits. The first one is rather designed
  28. for subjective processing, while the second is rather for "serious" image
  29. processing !
  30.  
  31. Why ?
  32. ~~~~~
  33. In  the  beginning I would  process  some  astronomical images that I had
  34. released  with  a  CCD  camera, but there wasn't any software on the Amiga
  35. able  to  perform  some processes such as FFT transform, Gaussian filters,
  36. profile extraction and many others. So I'd decided to make my own program.
  37.  
  38. Capabilities
  39. ~~~~~~~~~~~~
  40. -Lynx can load and process as many images as possible (multiples buffers)
  41. -Up to 256 slices (channels) per image.
  42. -Add, delete, move slices between image buffers (stacks).
  43.  
  44. Input/Output
  45. --------------
  46. o Read the following images formats:
  47.     FITS (Flexible Image Transport System).
  48.     IFF 1-8 bitplans, IFF24.
  49.     Datatypes.
  50.     Lynx (own format).
  51.  
  52. o Write the following images formats:
  53.     FITS (Flexible Image Transport System).
  54.     IFF 2-8 bitplans, IFF24, HAM 6 ou 8.
  55.     Lynx (own format).
  56.  
  57. Image Processing
  58. ----------------
  59. o Spatial domain:
  60.     Convolutions Matrix 3x3 & 5x5
  61.     Median filter (with control of efficiency and matrix design)
  62.     Minimum, maximum filters
  63.     Arithmetics operations
  64.     Transcode
  65.     Histogram Equalisation
  66.     Geometricals operations (Scale, Translate, Rotate, Dimensions)
  67.     Pixels corrections
  68.  
  69. o Spectral domain:
  70.     Fast Fourier Transform
  71.     Convolution
  72.     Deconvolution (Wiener filter)
  73.     Correlation
  74.     Filtering (Low-Pass, Band-Pass, High-pass, Gauss, Butterworth,
  75.                    Wavelet...)
  76.  
  77. Image analysis
  78. --------------
  79.      Histogram
  80.      Statistics
  81.      Pixel values
  82.      Profiles extractions
  83.      Photometric mesurements
  84.  
  85. Visualization
  86. -------------
  87.     Pseudo-color for monochromatic visualization.
  88.     True-color in 16-256 colors, HAM6 (old machines), HAM8 (AGA machines)
  89.  
  90. Miscalleanous
  91. -------------
  92.         ARexx port.
  93.     Images composition
  94.     Color model transformations (RBG <-> HSV)
  95.     Statistics
  96.     Transcoding for visualization
  97.     Animations
  98.     
  99.  
  100. The  current  version  of  Lynx is a beta-version, so it might be some bugs
  101. left, and some (very few) functions aren't implanted yet.
  102.  
  103. At  this  moment, only the french documentation is available, but an english
  104. documentation will be available soon.
  105.  
  106. Lynx is developped on:
  107. - A500 with PPS 040
  108. - A4000/040
  109.  
  110. Sucessfully tested on:
  111. - A4000/040
  112. - A1200 with/without FAST ram, coprocessor, accelerator card.
  113. - A3000
  114. - A500+
  115.  
  116. Lynx works on any Amigas with Workbench 2.04+ installed.  It takes care
  117. of installed chipset (OCS/ECS, AGA).
  118. It needs the reqtools.library which is not included here.
  119.  
  120. If you have Workbench 2.1+, Lynx will be localized (french and english
  121. catalogs).
  122.  
  123.  
  124. If  you  have any problems, get in touch (addresses in main documentation).
  125.  
  126. Stéphane.
  127.