home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / amiga / programmation / gui / smearshadow.readme < prev   
Text File  |  1998-02-11  |  4KB  |  152 lines

  1. Short:    Smear shadows v.0.8 (flexible IFX script)
  2. Author:   carl.licke@swipnet.se (Carl Licke)
  3. Uploader: carl.licke@swipnet.se (Carl Licke)
  4. Version:  0.8
  5. Type:     gfx/edit
  6. Requires: ImageFX
  7.  
  8. Long:
  9.                           smearshadow v.0.8
  10.                             (visitware!)
  11.  
  12.                   by: Carl Licke / Turbid design
  13.                   mailto:carl.licke@swipnet.se
  14.                   http://home2.swipnet.se/~w-24653/
  15.  
  16. Previous version had a big bug, hopefully killed now!
  17.  
  18. This is a great tool for creating smear shadows, for use on web or print
  19. (or whatever you want).
  20. What is a smeared shadow? Well test this and see.
  21.  
  22. It needs ImageFX. Tested successfully with version 1.52.
  23. Please report bugs/problems, or if you know how to improve it.
  24.  
  25. This script is visitware!
  26. If you use it, you have to visit my homepage (I'm so sorry for you :-),
  27. and have a look around:
  28. http://home2.swipnet.se/~w-24653/
  29.  
  30. To read about my programs and see examples, click on "software: Amiga".
  31. (I will update that page very much soon)
  32.  
  33. If you have used this script for a webpage, I would appreciate to get
  34. the URL to it!
  35.  
  36. If you want, just drop me a mail (carl.licke@swipnet.se).
  37.  
  38.  
  39. features
  40. --------
  41. * background pattern support
  42. * selectable colors (background and shadow)
  43. * adjustable softness of shadows
  44. * adjustable direction and length of shadow
  45. * adjustable shade of shadow
  46. * magic scissors support
  47. * antialias possible
  48. * disperse ("speedline" shadows)
  49. * remembers settings (until you reboot)
  50. * GUI
  51.  
  52.  
  53. installation
  54. ------------
  55. copy smearshadow.ifx to ImageFX:Rexx/
  56. (recommended, but not needed)
  57.  
  58. You also need the assign ImageFX: for your ImageFX-path.
  59. I think you have that already.
  60.  
  61.  
  62. usage
  63. -----
  64. Start ImageFX and load/create an image.
  65. Select the Arexx button in ImageFX.
  66. In the filerequester, select the smearshadow.ifx file and OK.
  67. If everything went right, a GUI pops up.
  68. There are lots of options, but you probably won't need to care about
  69. so many of them to get a decent result.
  70. Play with it and you will get it, or read on.
  71. Here follows an explanation of the GUI:
  72.  
  73. x and y size increase:
  74. How many pixels the image vill increase.
  75. It should be higher if you increase x or y difference or gauss value.
  76. It should be more then the offset values, or it will look weird.
  77.  
  78. shade:
  79. How dark the shadow will be.
  80. Or how yellow, if you selected yellow as shadowcolor.
  81.  
  82. softness:
  83. How soft the shadow will be.
  84.  
  85. length:
  86. How long the shadow will be.
  87.  
  88. angle:
  89. The light will shine from this angle.
  90. See this figure:
  91.  
  92.                  90
  93.                  |
  94.                  |
  95. -180 or 180 -----+----- 0
  96.                  |
  97.                  |
  98.                 -90
  99.  
  100. x and y offset:
  101. How far from the corner the image will appear.
  102. Most needed with high softness (5), see for yourself.
  103.  
  104. magic scissors:
  105. If you check this, the most usual color (in the original image)
  106. will be removed.
  107. It will be replaced with white, or your selected background.
  108.  
  109. anti alias:
  110. Removes ugly edges around the object.
  111. Often needed with magic scissors.
  112.  
  113. background from swap:
  114. Uses the swap buffer as a background pattern.
  115. If there is no swap, it uses the main buffer as background.
  116.  
  117. pick color for shadow:
  118. If you check this and select the Okay button, the script will
  119. stop and wait for you to pick a color, either from the image
  120. or from the palette.
  121. The color of the shadow will be the one you selected.
  122.  
  123. pick color for backg.:
  124. If you check this and select the Okay button, the script will
  125. stop and wait for you to pick a color, either from the image
  126. or from the palette.
  127. The color of the background will be the one you selected.
  128. If you check both this and the "background from swap" options,
  129. then this won't have any effect.
  130.  
  131. disperse:
  132. This will make the shadow look something like speedlines.
  133.  
  134. save these settings:
  135. Hmm... let me see... Ohh, yes, it saves your settings.
  136. But they will reset on reboot.
  137.  
  138. You can change the defaults if you open the script in a
  139. texteditor, and find the note I left for you.
  140.  
  141.  
  142. history
  143. -------
  144. 0.8 - Should now work with most versions of IFX.
  145.  
  146. 0.7 - first release
  147.  
  148.  
  149. future
  150. ------
  151. I WILL improve it (but I don't know how, mail me if you do).
  152.