home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip Temmuz 2004.iso / program / filters / DiffuseGlow / diffglow.exe / diffglow.txt < prev    next >
Encoding:
Text File  |  2003-06-04  |  2.0 KB  |  58 lines

  1. Diffuse Glow - v1.1,  ⌐ 2003 Richard Rosenman Advertising & Design. Release date: 03/10/03, Updated 06/04/03.
  2.  
  3.  
  4. INSTALLATION:
  5.  
  6. Simply unzip "diffglow.zip" and copy "diffglow.8bf" to your "\Photoshop\Plug-Ins\" folder, or whichever plugin folder your host program uses. Load your program, open an image, go to the plugins menu and select the plugin.
  7.  
  8.  
  9. DESCRIPTION:
  10.  
  11.  
  12. This filter produces diffused glows.
  13.  
  14. Threshold: This slider controls the tolerance for selection.
  15. Any pixels brighter than the threshold will be selected for glowing.
  16.  
  17. Radius: This slider controls the size of the glow.
  18. Low numbers are recommended for strong glows while higher numbers for softer ones.
  19.  
  20. Intensity: This slider controls the strength (in percent) of the glow.
  21. 0 produces no glow, 100 maximum glow.
  22.  
  23. Selection: This variable specifies the method in which intensity is calculated for selecting.
  24. (R+G+B)/3: Red, Green and Blue are added together and then averaged.
  25. Red, Green & Blue: The intensity is derived from the respective color channel.
  26. XYZITU, XYZ709, XYZ601-1: The intensity is derived from the respective grayscale conversion.
  27. (R+G)/2: The intensity is derived from the Red and Green channels averaged.
  28. (G+B)/2: The intensity is derived from the Green and Blue channels averaged.
  29. (B+R)/2: The intensity is derived from the Blue and Red channels averaged.
  30.  
  31. Diffusion: This specifies the type of diffusion to use.
  32. Box Blur: This is a faster blur, but begins looking 'boxy' at higher values.
  33. Gaussian Blur: This is a slower but cleaner blur, especially at higher values.
  34.  
  35. Display: Displays the full output effect, the selection only, or the diffused only.
  36. This is useful for working with the isolated effect.
  37.  
  38. Output: Controls which channels to output.
  39. This is useful for colored glows. 
  40.  
  41. Realtime: Applies all effects (in realtime) on 'mouse drag' instead of on 'mouse release'.
  42.  
  43.  
  44. KNOWN BUGS:
  45.  
  46. None.
  47.  
  48.  
  49. FIXES:
  50.  
  51. 1.1 - Added Realtime display option.
  52. 1.1 - Recompiled with updated compiler.
  53.  
  54.  
  55. HOMEPAGE:
  56.  
  57. http://www.richardrosenman.com
  58.