home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / vis1050 / vtcrle.lbr / RLE.DOC < prev   
Encoding:
Text File  |  1988-04-10  |  2.8 KB  |  45 lines

  1. Notes on MKRLE002 and DERLE002.
  2.  
  3. These two programs MaKe and DEcode run length encoded (RLE) files. Both are 
  4. based on a screen display of a picture or drawing. Most computers can make 
  5. and display RLE graphics so Visual users can now exchange graphic files 
  6. with other brands of machines. For printing a graphic, use the program 
  7. GDUMP.  All three of these programs are especially written for the Visual 
  8. 1050 __only__.
  9.  
  10. To display an RLE format file, enter...derle002 filen.ame...where the 
  11. filen.ame may include the drive path (e.g. derle002 b:max.rle). If the file 
  12. isn't there, you will be prompted for the name again. The graphic will be 
  13. displayed and you'll be returned to the system prompt (A:>). RLE graphics of 
  14. the 'high' resolution type only are allowed (virtually all of them are 
  15. anymore). The specification for the RLE format says the graphic is to be 256 
  16. dots wide and 192 dots high (vertical) and this is how it's displayed by 
  17. this program in the upper left of the screen. Screen proportions vary from 
  18. one machine to another; so what was drawn on one may have a different height 
  19. to width ratio when displayed on the Visual. The program does a literal dot- 
  20. for-dot translation and no scaling was attempted. On completion the cursor 
  21. is left positioned high enough above the bottom of the screen to allow you 
  22. to run another program without the graphic scrolling off the top.  To abort 
  23. in the middle of a display press CONTROL BREAK keys.
  24.  
  25. MKRLE002 does the opposite of DERLE002. Whatever is in the 256x192 dot area 
  26. in the upper left is converted into an RLE format file. You can make a 
  27. drawing with one of the drawing programs for the Visual, then convert to an 
  28. RLE file and send it to someone with a different machine and they'll be able 
  29. to see it using their own RLE decoder. To run the program just type in 
  30. ...mkrle002... and watch the prompt at the bottom. The graphic is scanned in 
  31. three parts to prevent integer counters from exceeding the 32K limit in 
  32. complex pictures. After the first part is scanned, you are prompted for a 
  33. name of the RLE file you are creating; then the last two parts are scanned.
  34.  
  35. COPYWRITE (c) 1988 by Alex Fetesoff. These programs are shareware and as such 
  36. may be distributed freely but not for profit. With such distribution must be 
  37. included the above documentation and this paragraph. I disclaim any warranties, 
  38. expressed or implied, including any warranties of merchantability, performance, 
  39. and suitability for any purpose with respect to this software and documentation.
  40.  
  41. But I hope you like them anyway!
  42.  
  43. If you have questions or comments, send email on GENIE to alex.f or on 
  44. CompuServe to 72277,1607.
  45.