home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / graphics / tgatospc / tgatospc.txt < prev   
Text File  |  1992-04-06  |  5KB  |  114 lines

  1.                 Targa to Spectrum Converter V0.5 
  2.                 Copyright (c) 1992   John Stanford
  3.  
  4.                           Developed for:
  5.                       Lexicor Software Corp.
  6.                           58 Redwood Rd.
  7.                         Fairfax, CA 94930
  8.                           (518)-453-0271
  9.  
  10. This program is FREEWARE.
  11.  
  12. A FREEWARE program is one which you may freely distribute, but
  13. you cannot charge for it or alter the program or contents of the 
  14. documentation in any manner.
  15.  
  16. ==================================================================
  17.  
  18. This program is designed to allow ST users of Lexicor's Prism 
  19. Render to view their rendered images with as high a color 
  20. resolution as a standard Atari ST will allow. It will load a targa 
  21. file created by Prism Render into memory and display it on the 
  22. Screen as a Spectrum image. The image may then be saved as a SPC 
  23. compressed Spectrum file.
  24.  
  25. Minimum Hardware Requirements:
  26. - Atari ST, STe or Mega STe with color monitor.
  27. - 1/2 meg or more memory.
  28.  
  29. Spectrum images will not display properly on an accelerated ST or 
  30. a TT.
  31.  
  32. ----------------------------------------------------------------
  33.  
  34. To run the program double click on the file TGATOSPC.PRG while in 
  35. ST medium resolution. The main screen will appear with options to 
  36. convert a targa file or exit the program.
  37.  
  38. Selecting CONVERT TARGA will display an alert box asking for the 
  39. color palette to use in the Spectrum image, 512 colors or 4096 
  40. colors. Standard Spectrum images use the 512 color palette. When 
  41. used on an STe or Mega STe it is possible to use the extended 
  42. 4096 color hardware palette in a Spectrum image. 4096 color 
  43. Spectrum images can be viewed with most Spectrum slide show 
  44. viewers, though they cannot be viewed with SPECTRUM 512 or 
  45. UNISPEC. 4096 color Spectrum images will still display normally on 
  46. a 512 color ST.
  47.  
  48. After the color palette is selected the file selector is displayed 
  49. to choose a targa TGA file. Double click on the name of the file 
  50. to convert. The program will then begin converting the image.
  51.  
  52. The screen will blank and the picture will begin drawing from 
  53. bottom to top. The image will look awfull! This is because of the 
  54. way Spectrum images are stored in memory. When the conversion 
  55. process has finished the image will then be displayed with the 
  56. appropriate colors.
  57.  
  58. Once the Spectrum image is displayed pressing the space bar will 
  59. clear the screen and display a file selector to save the SPC 
  60. spectrum file. Type in the name of the file desired and press 
  61. enter to save the image.
  62.  
  63. After saveing the spectrum image the main screen will reappear and 
  64. another targa file may be converted, or one may exit the program.
  65.  
  66. -----------------------------------------------------------------
  67. CAVEATS
  68. ----------------------------------------------------------------
  69.  
  70. The converter will only handle a small subset of the legal targa 
  71. file formats. It will only convert 24bit uncompressed unmapped 
  72. images saved in bottom to top format. It will handle any targa 
  73. file Prism Render generates, but will probably fail with TGA files 
  74. created by other packages. An alert box will be displayed if the 
  75. converter doesn't handle the selected TGA file.
  76.  
  77. All Targa images are scaled to a 320x200 resolution. Targa images 
  78. created in 320x200 and 512x384 resolution will display properly, 
  79. but other resolutions may exhibit aspect ratio errors. No anti-
  80. aliasing or pixel blending is performed when converting images 
  81. with resolutions larger than 320x200.
  82.  
  83. Spectrum images created with the 4096 color palette will 
  84. frequently exhibit color streaks or patches that are improperly 
  85. colored. The Spectrum format only allows a limited number of 
  86. colors (14) on each segement of a scan line. Using the 4096 color 
  87. palette greatly increases the probability that this color limit 
  88. will be exceeded and color fitting errors will result.
  89.  
  90. In spite of these limitations it is hoped that this program will 
  91. increase the enjoyment and use of Prism Render by ST users.
  92.  
  93. Any and all comments and suggestions are welcome! I can be reached 
  94. on Genie as J.STANFORD2, or c/o Lexicor through the address 
  95. above.
  96.  
  97. John Stanford   4-6-92
  98.  
  99. ====================================================================
  100. This program is supplied in the belief that it operates as 
  101. specified, neither the author nor Lexicor shall not be liable in 
  102. any circumstance whatsoever for any direct or indirect loss or 
  103. damage to property incurred or suffered by the customer or any 
  104. other person as a result of any fault or defect in the goods or 
  105. services supplied by the author and in no circumstances shall the 
  106. author or Lexicor liable against consequential damage or loss of 
  107. profits (whether or not the possibility thereof was separately 
  108. advised to it or reasonably forseeable) arising from the  use or 
  109. performance of such goods or services.
  110.  
  111.