home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1997 #3 / amigamamagazinepolishissue03-1 / my_favourite / imagefx_add_ons / cecilia.readme < prev    next >
Text File  |  1996-12-16  |  3KB  |  61 lines

  1. I am SOOO proud of myself!!!
  2. And before you all think I've completely lost my mind, let me explain.
  3.  
  4. For the last several months I have been trying to create ARexx scripts
  5. that emulate some of the effects that are done in Photoshop. Mostly to
  6. show people that we (Amiga Fanatics) can do that swell stuff too!
  7. Anyway, everytime someone posts an idea or technique I immediately try
  8. it1out and record my efforts. There were several hurtles that I wanted
  9. to solve before I allowed an unsuspecting public an official "viewing".
  10. One of those problems was solved by Corinna. At the Toaster Expo I
  11. badgered her about the fact that if I used Straw on a brush, the effect
  12. did not extend beyond the original border. If you all go to the
  13. NovaDesign ftp site and get file; cacifx.lha (and cacifx2.lha for that
  14. matter), you will fine "MagicBrush.ifx" within. The boon to the
  15. civilized world. I wrote my script for strawing a text brush
  16. incorporating Corinna's work (Thank you, thank you).
  17.  
  18. A solution to the next problem was inspired by reading the other day how
  19. Steve Warner wanted to know the "best way to produce a glow or halo
  20. around an object "
  21. Carl Skala responded with the following:
  22. "This works best with text I think. For your final image you need a dark
  23. background. Black gives the best results. Make one buffer black and
  24. make your swap buffer a nice bright color. Select black as a draw color
  25. and generate some text. (try the word 'GLOW') Use CGTriumvarate.font at
  26. 100 points. (640 x 480 pixel buffer). On the bright color buffer stamp
  27. down your text brush. Open the draw options panel and set the EDGE:
  28. option to feather out and radius to 10. This adjusts the feathering's
  29. mask size for the next step. Click ok. Double click the Scissors to
  30. activate the MAGIC option and cut out your stamped text on your bright
  31. colored buffer. Swap buffer to the dark/black buffer and stamp your
  32. brush.
  33. Wow! Look at that nifty glow effect.
  34. If you adjust the feather in amount BEFORE you stamp your text on the
  35. bright buffer your get interesting looking 'double glow' (well kinda',
  36. you'll see) effect."
  37.  
  38. Well, I wrote a script that did most of all that. Then I looked at the
  39. "o" in "glow" and saw that the inside wasn't glowing because when I had
  40. created the Region around the text I hadn't added the interior of the
  41. "o".
  42. Soooo. It wasn't as easy as recording a macro of Adding to a Region. For
  43. some unknown reason sometimes the Recorder doesn't use all the right
  44. commands. To paraphrase Dr. McCoy, "I'm an artist, not a programer" so I
  45. hate it when ImageFX is not cooperative. But, I'm stubborn. When I'm
  46. testing my scripts I've got the ARexx help guide open, and I open a
  47. shell on ImageFX (Esc key). I type in commands (Ugh) until what I want
  48. happens in the buffer. Then I include them in the script. I love
  49. multitasking. So the resulting script was born out of that sort of
  50. playing around. I used the mysterious Wedge thing. It actually waits for
  51. you to click in the location of the "o" to include it with the total
  52. region area. I also discovered the Message command. While the script is
  53. running it talks to you, tells you what to do, makes witty banter. Now
  54. that I know about it I will of course use it to excess.
  55. So, I have left these scripts at the ftp site and after Kermit has
  56. perused and dissected them you may find them available under the
  57. nomenclature, "cecilia.lha"
  58.  
  59. cecilia@vgn.com          Artist to the Stars
  60.  
  61.