home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / amiga / programmation / gui / button.readme < prev    next >
Text File  |  1998-02-11  |  5KB  |  151 lines

  1. Short:    Make buttons 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.                             button 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. Note: if you get a pressed button but don't want that,
  19.       activate the "pressed button"-option and you should get
  20.       a normal button. (this happens with some versions of IFX)
  21.  
  22. This is a tool for creating buttons of your images, for use on web
  23. or print (or whatever you want).
  24. It's not only for buttons, you can i.e. use it to give your logo
  25. or other things a 3 dimensional look.
  26.  
  27. It needs ImageFX. Tested successfully with version 1.52.
  28. Please report bugs/problems, or if you know how to improve it.
  29.  
  30. This script is visitware!
  31. If you use it, you have to visit my homepage (I'm so sorry for you :-),
  32. and have a look around:
  33. http://home2.swipnet.se/~w-24653/
  34.  
  35. To read about my programs and see examples, click on "software: Amiga".
  36. (I will update that page very much soon)
  37.  
  38. If you have used this script for a webpage, I would appreciate to get
  39. the URL to it!
  40.  
  41. If you want, just drop me a mail (carl.licke@swipnet.se).
  42.  
  43.  
  44. features
  45. --------
  46. * background pattern support
  47. * selectable background color
  48. * adjustable smoothness of shading
  49. * adjustable contrast of shading
  50. * adjustable shade of shading
  51. * magic scissors support
  52. * antialias possible
  53. * pressed (inverted) buttons
  54. * remembers settings (until you reboot)
  55. * GUI
  56.  
  57.  
  58. installation
  59. ------------
  60. copy button.ifx to ImageFX:Rexx/
  61. (recommended, but not needed)
  62.  
  63. You also need the assign ImageFX: for your ImageFX-path.
  64. I think you have that already.
  65.  
  66.  
  67. usage
  68. -----
  69. Start ImageFX and load/create an image.
  70. Select the Arexx button in ImageFX.
  71. In the filerequester, select the button.ifx file and OK.
  72. If everything went right, a GUI pops up.
  73. There are lots of options, but you probably won't need to care about
  74. so many of them to get a decent result.
  75. Play with it and you will get it, or read on.
  76. Here follows an explanation of the GUI:
  77.  
  78. *** Warning ***:
  79. If you have a black background (the original background, not the
  80. one you choose), magic scissors activated and shade over 60.
  81. This will make the dark side so black so it will disappear
  82. together with the background.
  83. The same goes for the light side and a white background.
  84. Solution: Use a colored background like green
  85. (or a color that is not in your picture).
  86.  
  87. smoothness:
  88. How smooth the button will be.
  89.  
  90. contrast:
  91. How much contrast the shadings will use.
  92. This is similar to smoothness but gives a bit different result.
  93.  
  94. shade:
  95. How strong the shadings will be.
  96.  
  97. pressed button:
  98. This makes the dark side light and the light side dark.
  99. It can also look like the light comes from below.
  100. note: This option has the reverse effect in old versions of
  101.       IFX, set it to get a normal button.
  102.  
  103. color correction:
  104. Tries not to change the original colors of your image.
  105. Gives strange results with to high shade-setting.
  106. If you do not set this, the final image will look greyish.
  107.  
  108. magic scissors:
  109. If you check this, the most usual color (in the original image)
  110. will be removed.
  111. It will be replaced with white, or your selected background.
  112.  
  113. anti alias:
  114. Removes ugly edges around the object.
  115. Often needed with magic scissors.
  116.  
  117. background from swap:
  118. Uses the swap buffer as a background pattern.
  119. If there is no swap, it uses the main buffer as background.
  120.  
  121. pick color for backg.:
  122. If you check this and select the Okay button, the script will
  123. stop and wait for you to pick a color, either from the image
  124. or from the palette.
  125. The color of the background will be the one you selected.
  126. If you check both this and the "background from swap" options,
  127. then this won't have any effect.
  128.  
  129. save these settings:
  130. Hmm... let me see... Ohh, yes, it saves your settings.
  131. But they will reset on reboot.
  132.  
  133. You can change the defaults if you open the script in a
  134. texteditor, and find the note I left for you.
  135.  
  136.  
  137. history
  138. -------
  139. 0.8 - Should now work with most versions of IFX.
  140.       Changed the "pressed button" option to work right in newer IFX
  141.         versions. (in old IFX versions, this button has the reverse
  142.         effect, set it to get a normal button)
  143.  
  144. 0.7 - first release
  145.  
  146.  
  147. future
  148. ------
  149. I WILL improve it (but I don't know how, mail me if you do).
  150. Maybe light direction.
  151.