home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 559a.lha / HiXL8R_v0.9C / ReadMe.pp / ReadMe
Text File  |  1991-09-29  |  5KB  |  120 lines

  1.  
  2.                        HiXL8R 0.9C(olour)
  3.  
  4.                                by
  5.  
  6.                          KAP of Deja Vu
  7.  
  8. Now in glorious colors. Haven't bother updating the docs that much. Just
  9. skim through them to find the important parts.
  10.  
  11. Ok, we have all seen various IFF to ANSI converters. So what is so
  12. different with this one? Well, it converts to hires ANSI. I haven't seen
  13. any converter that does that before. Not that it is impossible that there
  14. have been one before, since it is a rather simple thing to do.
  15.  
  16. This is a more or less a beta version. It certainly does its job and seems
  17. to be bug free. But it is rather featureless.
  18.  
  19.         The next version will feature;
  20.  
  21.     O Much better optimizing. Since I've finished the colour version
  22.           now, I'll try to fix this now. But it's pretty boring :-)
  23.  
  24.     O Choose between Hi- or Lores mode. Not much use before I write
  25.           the optimizing stuff, so it'll have to wait.
  26.  
  27.     O More??? Send in your list of wanted features, and I'll
  28.       see what I can do about it...
  29.  
  30. How to use it;
  31.  
  32. The easiest way to use it directly without any parameters, it will then
  33. try to open req.library. If it find the library it will use requesters
  34. to get the needed information.
  35.  
  36. Usage with requesters;
  37.  
  38. Just start the program with "HiXL8R". Then...
  39.  
  40. First it will request which IFF file to use. It then checks if this
  41. really is an IFF file, loads it, checks if 1 bitplane and not to large
  42. (currently 640x256).
  43.  
  44. Next it requests "Offset from top" this is how many pixels from the screens
  45. top you want the picture to wind up. This defaults to 12 which is just
  46. below the titlebar in most cases.
  47.  
  48. Then a requester for "Height of picture?" comes up. If you don't want to
  49. include the whole picture just change the default value to what ever
  50. you want.
  51.  
  52. And now we come to "Place cursor on what row?". This is where the cursor
  53. should be placed after the picture have been displayed. It defaults to
  54. the first row after the picture.
  55.  
  56. Lastly, we have a requester for which filename you want the final ANSI file
  57. to have. Apart from saveing to disk, you can also specify for example;
  58. "*" the output will then go to the cli you started from. Or else you can
  59. use "CON:" which then will open a cli and display the picture on it, and
  60. close it when it finishes.
  61.  
  62. Usage with CLI;
  63.  
  64. You need at least two parameters, firstly the name of the IFF file which
  65. should be converted, and then the name of the ANSI file you want the output
  66. go to. And you can also start it with "HiXL8R ?", for more or less the same
  67. information that follows.
  68.  
  69. Also there are a couple of flags, these should be placed before the filenames.
  70. For a more thorough explaination of what they actually do read about using
  71. it via the requesters.
  72.  
  73. Flags:
  74.  
  75.     -h Height (defaults to pictures own height)
  76.  
  77.     -o Offset (defaults to 12)
  78.  
  79.     -p Where to put cursor (defaults to picture heigth plus one
  80.                             character row)
  81.  
  82. Well pretty awkward docs as usual. But you're probably a smart guy (gal)
  83. and get the picture.
  84.  
  85. And then the usual ending;
  86.  
  87. There shouldn't be any bugs in the code. But if there is, please
  88. contact my BBS and leave me a message so I can fix it.
  89. And do call my BBS anyway!
  90.  
  91. My BBS now runs on a Amiga 2000 with 400 meg HD, 68020, 5 meg memory.
  92.  
  93.         The Schismatrix +46 51530370, Sysop KAP of Deja Vu
  94.  
  95.            Call it today, tomorrow it can be to late!!!
  96.  
  97. .-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-.
  98. | If you feel like making a donation, or encourage me in some other way,|
  99. = to ensure that I continue to write new utilities and support my old   =
  100. | ones. Then send it to this address;                                   |
  101. |                                                                       |
  102. =              KAP                                                      =
  103. |              Bygården, Slöta                                          |
  104. =              521 05 Vartofta                                          =
  105. |              Sweden                                                   |
  106. =                                                                       =
  107. |   Or why not support my BBS by uploading a couple of files today...   |
  108. =   Any kind of support/donation will be most appreciated and will      =
  109. |   certainly make me code even harder on all my projects.              |
  110. `-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-'
  111.  
  112. History
  113.  
  114.   News in 0.9C(olour);
  115.  
  116.   O You've guessed it... Added colour. Checks number of bitplanes and
  117.     creates a ANSI picture with up to 16 colours. Took almost 15 minutes
  118.     to write. Heck, the demo ANSI picture took longer time to do :-)
  119.  
  120.