home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 4 / AUCD4.iso / acorn / documents / acornusr / 1991 / jan91 < prev    next >
Encoding:
Text File  |  1995-02-24  |  3.3 KB  |  81 lines

  1. This months article comprises information on two software items widely
  2. used on the Acorn Archimedes and BBC A3000.
  3.  
  4. BBC B Emulator 
  5. --------------
  6.  
  7. Acorn has developed an enhanced Model B emulator for RISC OS. This has been
  8. made available at a special discount for use in Educational institutions in
  9. the UK and for Software Developers registered with Acorn. Teachers should
  10. approach their local LEA or IT centre for further information.
  11.  
  12. The disc comprises:
  13.  
  14. * improved version of !65Host, which emulates the BBC Model B environment;
  15.  
  16. * utilities such as DFS converters, picture converters to transfer BBC
  17. screens to the Acorn Archimedes or BBC A3000 and a program which will scan
  18. your BBC BASIC programs and check for any possible problems areas in them
  19. which will cause problems when porting the programs across, all these
  20. utilities are designed to help transfer and modify 6502-based programs for
  21. use with RISC OS computers;
  22.  
  23. * examples to illustrate how to port existing 6502-based programs onto RISC
  24. OS;
  25.  
  26. * comprehensive User Guide in electronic format( Text and Acorn DTP).  
  27.  
  28. ChangeFSI: Colour Image Processing Using a fixed set of 256 colours
  29. -------------------------------------------------------------------
  30.  
  31. Archimedes computers have full colour display capabilities built into them
  32. as standard. However, compared with the hardware found in larger
  33. workstations, the facilities provided have been carefully reduced (in order
  34. to make them cheap enough to fit all the time). So the precision of the
  35. digital to analog converters is only 4 bits (instead of 8) and the colour
  36. palette only has 16 entries (instead of 256).
  37.  
  38. This leads to a conversion problem for colour images built on other
  39. machines. The solution involves colour Floyd Steinberg error diffusion to a
  40. fixed colour palette and has implications for other machines, especially
  41. when sequences of images or many images shown on the same display are
  42. concerned.
  43.  
  44. In addition to solving this particular problem, a number of conventional
  45. image enhancement algorithms (sharpening, dynamic range expansion, histogram
  46. equalisation) and an "equal area" anti-aliased size scaling routine are all
  47. incorporated in the same step, giving a maximal quality output.
  48.  
  49. The following image formats are supported by ChangeFSI:
  50.  
  51. RISC OS 1, 2, 4 and 8 bit per pixel sprites
  52. Watford digitiser pictures 512x256y64g
  53.    and triple red, green, blue separations
  54. ProArtisan compressed pictures 640x256y256c
  55. TimeStep satellite image 800x800y256g
  56. TimeStep satellite image 128x256y256g
  57.    and triple red, green, blue separations
  58. !Translator "Clear" format
  59. AIM/Wild Vision Hawk V10 files 256x256y256g
  60. TIFF pictures 1-24 bits per pixel
  61. Electronic Art's IFF ILBM pictures
  62. Sun 'pixrect' raster files 1-24 bits per pixel
  63. .PIC 8 bit per pixel files
  64. MILLIPEDE PRISMA 768x574y 8 bit colour images
  65. Compuserve's GIF files up to 8 bit per pixel
  66. ZSoft PCX format 4/8 bit per pixel
  67. MacPaint files 576x720y 1 bit per pixel
  68. Windows 3 .BMP format 1/4/8 bits per pixel
  69. Degas 1/2/4 bits per pixel colour images
  70. Truevision "Targa" (both TGA and VDA)
  71. Wild Vision V9 Colour images 512x256y12 bits
  72. ArVis 15 bit HIP.+LOP. sprites 640x256y
  73. Pineapple 16 bit colour images 512x256y
  74. GEM IMG. images
  75. UNIX "rle" files
  76. PC EGA .DSP images 640x350y16c
  77. MTV 24 bit pic. images
  78. QRT 24 bit .raw images
  79. RT 24 bit run length coded image. files
  80.  
  81.